aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
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 */