diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-13 02:45:47 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-13 02:45:47 +0530 |
commit | 341628755329d2dfd637751a982ac3dc0466c8be (patch) | |
tree | 1efdd98dd5a4bba78177a405cd862eaa6095f23c /src/nnn.h | |
parent | 16c88770b66a051a936defcc2999d8bf01a7ef28 (diff) | |
download | nnn-341628755329d2dfd637751a982ac3dc0466c8be.tar.gz |
Key f for first file
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ static struct key bindings[] = { { 'G', SEL_END }, { CONTROL('E'), SEL_END }, /* Go to first file */ - { '\'', SEL_FIRST }, + { 'f', SEL_FIRST }, /* HOME */ { '~', SEL_CDHOME }, /* Initial directory */ |