mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update help screen
This commit is contained in:
parent
2939cb0a8d
commit
7288f6a713
|
@ -222,7 +222,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
||||||
`, ^/ Leader key LeaderN Switch to context N
|
`, ^/ Leader key LeaderN Switch to context N
|
||||||
Esc Exit prompt ^L Redraw, clear prompt
|
Esc Exit prompt ^L Redraw, clear prompt
|
||||||
^G Quit and cd q Quit context
|
^G Quit and cd q Quit context
|
||||||
Q, ^Q Quit ? Help, settings
|
Q, ^Q Quit ? Help, config
|
||||||
FILES
|
FILES
|
||||||
^O Open with... n Create new
|
^O Open with... n Create new
|
||||||
D File details d Toggle detail view
|
D File details d Toggle detail view
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -78,7 +78,7 @@ Quit and change directory
|
||||||
.It Ic Q, ^Q
|
.It Ic Q, ^Q
|
||||||
Quit
|
Quit
|
||||||
.It Ic \&?
|
.It Ic \&?
|
||||||
Toggle help and settings screen
|
Help and configuration screen
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
FILES
|
FILES
|
||||||
|
|
|
@ -1972,7 +1972,7 @@ static int show_help(char *path)
|
||||||
"a`, ^/ Leader key LeaderN Switch to context N\n"
|
"a`, ^/ Leader key LeaderN Switch to context N\n"
|
||||||
"cEsc Exit prompt ^L Redraw, clear prompt\n"
|
"cEsc Exit prompt ^L Redraw, clear prompt\n"
|
||||||
"d^G Quit and cd q Quit context\n"
|
"d^G Quit and cd q Quit context\n"
|
||||||
"aQ, ^Q Quit ? Help, settings\n"
|
"aQ, ^Q Quit ? Help, config\n"
|
||||||
"1FILES\n"
|
"1FILES\n"
|
||||||
"d^O Open with... n Create new\n"
|
"d^O Open with... n Create new\n"
|
||||||
"eD File details d Toggle detail view\n"
|
"eD File details d Toggle detail view\n"
|
||||||
|
|
Loading…
Reference in a new issue