diff options
author | j-james | 2021-05-28 04:49:03 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2021-05-28 23:57:34 +0000 |
commit | 7b7e91cba36e3b63d4917186bdeb16e3c394f417 (patch) | |
tree | 3fbb209f25c3758e18df75e500804f9686cf950e /doc | |
parent | f596f02da0e7546cae9babad11922b5c4af91381 (diff) |
Prompt when closing or quitting w/ unsaved changes
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. |