mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Bind ^B to visit pinned dir
This commit is contained in:
parent
44e10d40ab
commit
b1b1f90d11
|
@ -221,7 +221,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
|||
Home, g, ^A First entry - Last visited dir
|
||||
End, G, ^E Last entry . Toggle show hidden
|
||||
/ Filter Ins, ^T Toggle nav-as-you-type
|
||||
b Pin current dir ^W Go to pinned dir
|
||||
b Pin current dir ^B Go to pinned dir
|
||||
Tab, ^I Next context d Toggle detail view
|
||||
`, ^/ Leader key N, LeadN Go to/create context N
|
||||
Esc Exit prompt ^L Redraw/clear prompt
|
||||
|
|
2
nnn.1
2
nnn.1
|
@ -59,7 +59,7 @@ Change filter (more information below)
|
|||
Toggle navigate-as-you-type mode
|
||||
.It Ic b
|
||||
Pin current directory
|
||||
.It Ic ^W
|
||||
.It Ic ^B
|
||||
Visit pinned directory
|
||||
.It Ic d
|
||||
Toggle detail view
|
||||
|
|
|
@ -2276,7 +2276,7 @@ static bool show_help(char *path)
|
|||
"2Home, g, ^A First entry - Last visited dir\n"
|
||||
"3End, G, ^E Last entry . Toggle show hidden\n"
|
||||
"c/ Filter Ins, ^T Toggle nav-as-you-type\n"
|
||||
"cb Pin current dir ^W Go to pinned dir\n"
|
||||
"cb Pin current dir ^B Go to pinned dir\n"
|
||||
"6Tab, ^I Next context d Toggle detail view\n"
|
||||
"8`, ^/ Leader key N, LeadN Go to/create context N\n"
|
||||
"aEsc Exit prompt ^L Redraw/clear prompt\n"
|
||||
|
|
Loading…
Reference in a new issue