aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-14 03:00:01 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-14 03:00:01 +0530
commit62ae7e0a743f91033382909d64e47b60098c9142 (patch)
treedbe99c1ee86f573e38bd90459d99b751a65d68ec /src/nnn.h
parent5bc20f1460ddf02e778c1670c249655c6e3168e8 (diff)
downloadnnn-62ae7e0a743f91033382909d64e47b60098c9142.tar.gz
Key 0 to lock
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index efa426b..c8f9750 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 */