diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -26,9 +26,6 @@ opens the current working directory by default if is not specified. .Sh KEYBINDS .Pp -.Nm -supports both vi-like and emacs-like key bindings as listed below. -.Pp NAVIGATION .Pp .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact @@ -36,18 +33,18 @@ NAVIGATION Move to previous entry .It Ic [Down], j, ^N Move to next entry +.It Ic [Left], [Backspace], h, ^H +Go to parent directory +.It Ic [Right], [Enter], l, ^M +Open file or enter directory .It Ic [PgUp], ^U Scroll up half a page .It Ic [PgDn], ^D Scroll down half a page -.It Ic [Home], g, ^, ^A +.It Ic [Home], g, ^A Move to the first entry -.It Ic [End], G, $, ^E +.It Ic [End], G, ^E Move to the last entry -.It Ic [Left], [Backspace], h, ^H -Go to parent directory -.It Ic [Right], [Enter], l, ^M -Open file or enter directory .It Ic ~ Change to the HOME directory .It Ic & |