diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-04 09:16:29 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-04 09:46:52 +0530 |
commit | 07c59cfd6234cd2b5d5b0c344995f95cb2903261 (patch) | |
tree | 440d51f83cb97675b81337e5df6edf5df9f49deb /nnn.1 | |
parent | aebe6c1898d6b9c2a577b793b31aca3fdd3052eb (diff) | |
download | nnn-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |