diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-24 21:43:41 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-24 22:54:54 +0530 |
commit | 11dac5e3db997c633e1a8ebd096655191c7580f3 (patch) | |
tree | 873272a9cbe5dedfa135f1cd0639ccc17ed8b6fa /README.md | |
parent | bd1d9e3b6dab2a72fb0a4cc13d85a8c803336b66 (diff) | |
download | nnn-11dac5e3db997c633e1a8ebd096655191c7580f3.tar.gz |
Add shortcut ^G to quit and cd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -119,7 +119,6 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i - Terminal screensaver (default vlock, customizable) integration - Unicode support - Highly optimized code, minimal resource usage -- Minimal dependencies ### Performance @@ -254,7 +253,7 @@ optional arguments: ^T | Toggle path quote ^L | Redraw, clear prompt ? | Help, settings - Q | Quit and cd + Q, ^G | Quit and cd q, ^X | Quit ``` @@ -331,6 +330,8 @@ Add the following to your shell's rc file for the best experience: 5. Set `NNN_NOWAIT`, if nnn [blocks on your desktop environment](#nnn-blocks-on-opening-files) when a file is open. +6. Press <kbd>?</kbd> for help on keyboard shortcuts anytime. + ### How to #### add bookmarks |