mirror of
https://github.com/jarun/nnn.git
synced 2025-03-24 23:32:21 +00:00
Use ^B to visit pinned directory
This commit is contained in:
parent
9c148d5789
commit
bc6295e7a7
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue