Skip to content

Commit

Permalink
Update help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 23, 2018
1 parent 2939cb0 commit 7288f6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
`, ^/ Leader key LeaderN Switch to context N
Esc Exit prompt ^L Redraw, clear prompt
^G Quit and cd q Quit context
Q, ^Q Quit ? Help, settings
Q, ^Q Quit ? Help, config
FILES
^O Open with... n Create new
D File details d Toggle detail view
Expand Down
2 changes: 1 addition & 1 deletion nnn.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Quit and change directory
.It Ic Q, ^Q
Quit
.It Ic \&?
Toggle help and settings screen
Help and configuration screen
.El
.Pp
FILES
Expand Down
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ static int show_help(char *path)
"a`, ^/ Leader key LeaderN Switch to context N\n"
"cEsc Exit prompt ^L Redraw, clear prompt\n"
"d^G Quit and cd q Quit context\n"
"aQ, ^Q Quit ? Help, settings\n"
"aQ, ^Q Quit ? Help, config\n"
"1FILES\n"
"d^O Open with... n Create new\n"
"eD File details d Toggle detail view\n"
Expand Down

0 comments on commit 7288f6a

Please sign in to comment.