mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
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.
This commit is contained in:
@@ -830,10 +830,9 @@ Only Vim is able to accept options in between and after the file names.
|
||||
|
||||
-D Vim: debug mode.
|
||||
|
||||
-e Elvis, Nvi, Vim: Start in Ex mode, as if the executable is
|
||||
called "ex".
|
||||
-e Elvis, Nvi, Vim: Start in Ex mode.
|
||||
|
||||
-E Vim: Start in improved Ex mode |gQ|, like "exim".
|
||||
-E Vim: Start in improved Ex mode |gQ|.
|
||||
|
||||
-f Vim: Run GUI in foreground.
|
||||
-f {session} Elvis: Use {session} as the session file.
|
||||
|
||||
Reference in New Issue
Block a user