From bc6295e7a7d2c0f5c53bc895dbde921c4ed0d569 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 26 Jan 2019 08:28:51 +0530 Subject: [PATCH] Use ^B to visit pinned directory --- src/nnn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.h b/src/nnn.h index 1500515d..38842daf 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 },