From: Christoffer Holmstedt Date: Thu, 27 Jun 2013 17:25:53 +0000 (+0200) Subject: add new example to 'Vim command' section in README X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=commitdiff_plain;h=c4620c9ce41c7bc22cf47cdb957bab9182c95199 add new example to 'Vim command' section in README The example works when using gnome-terminal. Fixes #1 --- diff --git a/README.md b/README.md index 43f2c82..2144389 100644 --- 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