From c4620c9ce41c7bc22cf47cdb957bab9182c95199 Mon Sep 17 00:00:00 2001 From: Christoffer Holmstedt Date: Thu, 27 Jun 2013 19:25:53 +0200 Subject: [PATCH] add new example to 'Vim command' section in README The example works when using gnome-terminal. Fixes #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0