mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Use ^B to visit pinned directory
This commit is contained in:
parent
9c148d5789
commit
bc6295e7a7
|
@ -139,7 +139,7 @@ static struct key bindings[] = {
|
||||||
/* Last visited dir */
|
/* Last visited dir */
|
||||||
{ '-', SEL_CDLAST },
|
{ '-', SEL_CDLAST },
|
||||||
/* Visit marked directory */
|
/* Visit marked directory */
|
||||||
{ CONTROL('W'), SEL_VISIT },
|
{ CONTROL('B'), SEL_VISIT },
|
||||||
/* Leader key */
|
/* Leader key */
|
||||||
{ CONTROL('_'), SEL_LEADER },
|
{ CONTROL('_'), SEL_LEADER },
|
||||||
{ '`', SEL_LEADER },
|
{ '`', SEL_LEADER },
|
||||||
|
|
Loading…
Reference in a new issue