diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/novim_mode.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/novim_mode.txt b/doc/novim_mode.txt index ee277cd..e464937 100644 --- a/doc/novim_mode.txt +++ b/doc/novim_mode.txt @@ -76,6 +76,7 @@ General editor shortcuts * `CTRL+N`: Open a new file. * `CTRL+O`: Open an existing file. * `CTRL+S`: Saves the current file. + * `CTRL+Q`: Quit Vim. * `CTRL+G`: Goto line. * `ALT+;` or `ALT+c`: Vim command prompt. * `ALT+o`: Replaces native `CTRL+O` to give one-off Normal Mode commands. |