aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index cfbd15e..b98592d 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -47,7 +47,7 @@ enum action {
SEL_CDHOME,
SEL_CDBEGIN,
SEL_CDLAST,
- SEL_CDBM,
+ SEL_LEADER,
SEL_PIN,
SEL_VISIT,
SEL_FLTR,
@@ -149,8 +149,8 @@ static struct key bindings[] = {
{ '&', SEL_CDBEGIN, "", "" },
/* Last visited dir */
{ '-', SEL_CDLAST, "", "" },
- /* Change dir using bookmark */
- { CONTROL('B'), SEL_CDBM, "", "" },
+ /* Leader key */
+ { CONTROL('B'), SEL_LEADER, "", "" },
/* Mark a path to visit later */
{ 'b', SEL_PIN, "", "" },
/* Visit marked directory */