Bind ^B to visit pinned dir

This commit is contained in:
Arun Prakash Jana 2019-01-29 23:37:09 +05:30
parent 44e10d40ab
commit b1b1f90d11
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 3 additions and 3 deletions

View File

@ -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
View File

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

View File

@ -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"