diff --git a/bin/omarchy-launch-editor b/bin/omarchy-launch-editor index bf90330..dbe84cf 100755 --- a/bin/omarchy-launch-editor +++ b/bin/omarchy-launch-editor @@ -1,7 +1,7 @@ #!/bin/bash case "${EDITOR:-nvim}" in -nvim | vim | nano | micro | hx) +nvim | vim | nano | micro | hx | helix) exec setsid uwsm-app -- "$TERMINAL" -e "$EDITOR" "$@" ;; *)