diff options
author | 2017-04-03 22:33:46 +0530 | |
---|---|---|
committer | 2017-04-03 22:33:46 +0530 | |
commit | 4b660297626ae92bc49be82118e40732354fe24f (patch) | |
tree | 3829f47067cdbb11c75c50dff4c5c1b559d23a7a /nnn.1 | |
parent | 418c9f2654bf9f86f5de9d9e1575d9d1b0b29bfd (diff) | |
download | nnn-4b660297626ae92bc49be82118e40732354fe24f.tar.gz |
Add help screen on keybinds
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 24 |
1 files changed, 13 insertions, 11 deletions
@@ -22,25 +22,25 @@ supports both vi-like and emacs-like key bindings in the default configuration. The default key bindings are listed below. .Pp .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact -.It Ic k, [Up] or C-p +.It Ic [Up], k, ^P Move to previous entry -.It Ic j, [Down] or C-n +.It Ic [Down], j, ^N Move to next entry -.It Ic [Pgup] or C-u +.It Ic [PgUp], ^U Scroll up half a page -.It Ic [Pgdown] or C-d +.It Ic [PgDn], ^D Scroll down half a page -.It Ic [Home], ^ or C-a +.It Ic [Home], ^, ^A Move to the first entry -.It Ic [End], $ or C-e +.It Ic [End], $, ^E Move to the last entry -.It Ic l, [Right], [Return] or C-m +.It Ic [Right], [Enter], l, ^M Open file or enter directory -.It Ic h, C-h, [Left] or [Backspace] +.It Ic [Left], [Backspace], h, ^H Back up one directory level .It Ic ~ Change to the HOME directory -.It Ic / or & +.It Ic /, & Change filter (more information below) .It Ic c Change into the given directory @@ -62,10 +62,12 @@ Run the system top utility. Open current entry in EDITOR (fallback vi) .It Ic p Open current entry in PAGER (fallback less) -.It Ic C-k +.It Ic ^K Invoke file name copier -.It Ic C-l +.It Ic ^L Force a redraw +.It Ic \&? +Show help .It Ic q Quit .El |