]> Dogcows Code - chaz/vimcoder/commitdiff
add new example to 'Vim command' section in README
authorChristoffer Holmstedt <christoffer.holmstedt@gmail.com>
Thu, 27 Jun 2013 17:25:53 +0000 (19:25 +0200)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 27 Jun 2013 19:26:06 +0000 (13:26 -0600)
The example works when using gnome-terminal. Fixes #1

README.md

index 43f2c82785a43f71c76b0bbac5bf674d5cce3e3e..214438906a700ef2245fc46111e7debce6838d16 100644 (file)
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ to something else.
 You may use an absolute path to your vim executable, such as
 `/usr/local/bin/gvim` or `C:\Program Files\Vim\vim73\gvim.exe`
 or wherever your actual Vim executable is.  You may also invoke vim through
-some other command (e.g. `xterm -e vim`).
+some other command (e.g. `xterm -e vim` or `gnome-terminal -e vim --`).
 
 The xterm example above demonstrates using Vim without the GUI, running in
 a terminal emulator.  You can enter any elaborate command you want as long as
This page took 0.022999 seconds and 4 git commands to generate.