Use ^B to visit pinned directory

This commit is contained in:
Arun Prakash Jana 2019-01-26 08:28:51 +05:30
parent 9c148d5789
commit bc6295e7a7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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 },