From: Arun Prakash Jana Date: Sat, 26 Jan 2019 02:58:51 +0000 (+0530) Subject: Use ^B to visit pinned directory X-Git-Tag: v2.3~76 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bc6295e7a7d2c0f5c53bc895dbde921c4ed0d569;p=nnn.git Use ^B to visit pinned directory --- 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 },