Un-document ^M

This commit is contained in:
Arun Prakash Jana 2019-01-23 21:39:41 +05:30
parent 80f4f54078
commit 7de98faa74
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
↑, k Up PgUp, ^U Scroll up
↓, j Down PgDn, ^D Scroll down
←, h Parent dir ~ Go HOME
↵, →, l, ^M Open file/dir & Start dir
↵, →, l Open file/dir & Start dir
Home, g, ^A First entry - Last visited dir
End, G, ^E Last entry . Toggle show hidden
/ Filter Ins, ^T Toggle nav-as-you-type

2
nnn.1
View File

@ -35,7 +35,7 @@ Move to previous entry
Move to next entry
.It Ic [Left], h
Go to parent directory
.It Ic [Right], [Enter], l, ^M
.It Ic [Right], [Enter], l
Open file or enter directory
.It Ic [PgUp], ^U
Scroll up half a page

View File

@ -2260,7 +2260,7 @@ static bool show_help(char *path)
"9↑, k Up PgUp, ^U Scroll up\n"
"9↓, j Down PgDn, ^D Scroll down\n"
"9←, h Parent dir ~ Go HOME\n"
"2↵, →, l, ^M Open file/dir & Start dir\n"
"6↵, →, l Open file/dir & Start dir\n"
"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"