aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 1500515..38842da 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -139,7 +139,7 @@ static struct key bindings[] = {
/* Last visited dir */
{ '-', SEL_CDLAST },
/* Visit marked directory */
- { CONTROL('W'), SEL_VISIT },
+ { CONTROL('B'), SEL_VISIT },
/* Leader key */
{ CONTROL('_'), SEL_LEADER },
{ '`', SEL_LEADER },