diff options
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 */ |