nvim <name>
Hyperextensible Vim-based text editor
Arguments
Name | Description |
---|
name | filepaths, folders |
Options
Name | Description |
---|
+ | Start at end of file |
--cmd <cmd> | Execute <cmd> before any config |
-c <cmd> | Execute <cmd> after config and first file |
-b | Binary mode |
-d | Diff mode |
-e, -E | Ex mode |
-es, -Es | Silent (batch) mode |
-h, --help | Print this help message |
-i <shada> | Use this shada file |
-m | Modifications (writing files) not allowed |
-M | Modifications in text not allowed |
-n | No swap file, use memory only |
-o <N> | Open N windows (default: one per file) |
-O <N> | Open N vertical windows (default: one per file) |
-p <N> | Open N tab pages (default: one per file) |
-L | List swap files |
-r <file> | Recover edit state for this file |
-R | Read-only mode |
-S <session> | Source <session> after loading the first file |
-s <scriptin> | Read Normal mode commands from <scriptin> |
-u <config> | Use this config file |
-v, --version | Print version information |
--api-info | Write msgpack-encoded API metadata to stdout |
--embed | Use stdin/stdout as a msgpack-rpc channel |
--headless | Don't start a user interface |
--listen <address> | Serve RPC API from this address |
--noplugin | Don't load plugins |
--remote, --remote-subcommand | Execute commands remotely on a server |
--server <address> | Specify RPC server to send commands to |
--startuptime <file> | Write startup timing messages to <file> |