diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-19 12:31:25 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-01-19 12:31:25 +0530 |
commit | 5e4810b382e1c4bb64893d45c28333898f787cca (patch) | |
tree | 52d52b012dc23b2ee30a123fecf275a7333e63ec /nnn.1 | |
parent | 91a31dc61df6868e6b1cd5d4f69cc3b78377cf4b (diff) | |
download | nnn-5e4810b382e1c4bb64893d45c28333898f787cca.tar.gz |
Remove keys ^, $
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 & |