Skip to content

Commit c4620c9

Browse files
christofferholmstedtchazmcgarvey
authored andcommitted
add new example to 'Vim command' section in README
The example works when using gnome-terminal. Fixes #1
1 parent f66ac7e commit c4620c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ to something else.
116116
You may use an absolute path to your vim executable, such as
117117
`/usr/local/bin/gvim` or `C:\Program Files\Vim\vim73\gvim.exe`
118118
or wherever your actual Vim executable is. You may also invoke vim through
119-
some other command (e.g. `xterm -e vim`).
119+
some other command (e.g. `xterm -e vim` or `gnome-terminal -e vim --`).
120120

121121
The xterm example above demonstrates using Vim without the GUI, running in
122122
a terminal emulator. You can enter any elaborate command you want as long as

0 commit comments

Comments
 (0)