diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-02-17 15:34:15 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-12 20:04:26 -0400 |
commit | 481ebc0bb11a46af080446d3b5f2a6bb45235c43 (patch) | |
tree | f1708a25b2748450eeeb17007792fb235f8e4ac0 /runtime/doc/quickref.txt | |
parent | 5fcd12f8b54afbf5675f164ca1ecf774adc3dad2 (diff) | |
download | rneovim-481ebc0bb11a46af080446d3b5f2a6bb45235c43.tar.gz rneovim-481ebc0bb11a46af080446d3b5f2a6bb45235c43.tar.bz2 rneovim-481ebc0bb11a46af080446d3b5f2a6bb45235c43.zip |
Interface cleanup: Symlink handling & docs
This removes the ability to start nvim via the following aliases in
favor of just using their command line arguments:
ex vim -e
exim vim -E
view vim -R
gvim vim -g
gex vim -eg
gview vim -Rg
rvim vim -Z
rview vim -RZ
rgvim vim -gZ
rgview vim -RgZ
This also removes Vi mode (-v) for consistency. From ':help -v':
-v Start Ex in Vi mode. Only makes a difference when the
executable is called "ex" or "gvim". For gvim the GUI is not
started if possible.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 0e4418ba6a..5d251e7b68 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1128,7 +1128,6 @@ Context-sensitive completion on the command-line: |-+| +[num] put the cursor at line [num] (default: last line) |-+c| +{command} execute {command} after loading the file |-+/| +/{pat} {file} .. put the cursor at the first occurrence of {pat} -|-v| -v Vi mode, start ex in Normal mode |-e| -e Ex mode, start vim in Ex mode |-R| -R Read-only mode, implies -n |-m| -m modifications not allowed (resets 'write' option) |