diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 03:00:01 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 03:00:01 +0530 |
commit | 62ae7e0a743f91033382909d64e47b60098c9142 (patch) | |
tree | dbe99c1ee86f573e38bd90459d99b751a65d68ec /src/nnn.h | |
parent | 5bc20f1460ddf02e778c1670c249655c6e3168e8 (diff) | |
download | nnn-62ae7e0a743f91033382909d64e47b60098c9142.tar.gz |
Key 0 to lock
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ static struct key bindings[] = { /* Run a command */ { ']', SEL_RUNCMD }, /* Lock screen */ - { 'L', SEL_LOCK }, + { '0', SEL_LOCK }, /* Quit a context */ { 'q', SEL_QUITCTX }, /* Change dir on quit */ |