aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-04 09:16:29 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-04 09:46:52 +0530
commit07c59cfd6234cd2b5d5b0c344995f95cb2903261 (patch)
tree440d51f83cb97675b81337e5df6edf5df9f49deb /nnn.1
parentaebe6c1898d6b9c2a577b793b31aca3fdd3052eb (diff)
downloadnnn-07c59cfd6234cd2b5d5b0c344995f95cb2903261.tar.gz
vim-ish binding for jump to first and last entry
It was troubling me. Mimicking 'gg' would have been hacky and would need additional processing... 'g' was free. Who cares even if you press twice? ;)
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.14
1 files changed, 2 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index b9830e5..7de1423 100644
--- a/nnn.1
+++ b/nnn.1
@@ -30,9 +30,9 @@ Move to next entry
Scroll up half a page
.It Ic [PgDn], ^D
Scroll down half a page
-.It Ic [Home], ^, ^A
+.It Ic [Home], g, ^, ^A
Move to the first entry
-.It Ic [End], $, ^E
+.It Ic [End], G, $, ^E
Move to the last entry
.It Ic [Right], [Enter], l, ^M
Open file or enter directory