Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Added gVim to i3-sensible-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
DebianWall committed Feb 19, 2018
1 parent 49f7e6b commit acc58a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion i3-sensible-editor
Expand Up @@ -9,7 +9,7 @@
# mechanism to find the preferred editor

# Hopefully one of these is installed (no flamewars about preference please!):
for editor in "$VISUAL" "$EDITOR" nano nvim vim vi emacs pico qe mg jed gedit mcedit; do
for editor in "$VISUAL" "$EDITOR" nano nvim vim vi emacs pico qe mg jed gedit mcedit gvim; do
if command -v "$editor" > /dev/null 2>&1; then
exec "$editor" "$@"
fi
Expand Down
1 change: 1 addition & 0 deletions man/i3-sensible-editor.man
Expand Up @@ -30,6 +30,7 @@ It tries to start one of the following (in that order):
* jed
* gedit
* mcedit
* gvim

Please don’t complain about the order: If the user has any preference, they will
have $VISUAL or $EDITOR set.
Expand Down

0 comments on commit acc58a6

Please sign in to comment.