Browse Source

More concise help

master
Arun Prakash Jana 7 years ago
parent
commit
f94235333a
No known key found for this signature in database GPG Key ID: A75979F35C080412
3 changed files with 13 additions and 13 deletions
  1. +6
    -6
      README.md
  2. +1
    -1
      nnn.1
  3. +6
    -6
      nnn.c

+ 6
- 6
README.md View File

@@ -198,15 +198,15 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/
→, ↵, l, ^M | Open file or enter dir
←, Bksp, h, ^H | Go to parent dir
Insert | Toggle navigate-as-you-type
~ | Jump to HOME dir
& | Jump to initial dir
- | Jump to last visited dir
~ | Go HOME
& | Go to initial dir
- | Go to last visited dir
/ | Filter dir contents
^/ | Open desktop search tool
. | Toggle hide .dot files
b | Show bookmark key prompt
b | Show bookmark prompt
^B | Mark current dir
^V | Visit marked dir
^V | Go to marked dir
c | Show change dir prompt
d | Toggle detail view
D | Show current file details
@@ -216,7 +216,7 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/
s | Toggle sort by file size
S | Toggle disk usage mode
t | Toggle sort by mtime
! | Spawn SHELL in current dir
! | Spawn SHELL in dir
e | Edit entry in EDITOR
o | Open dir in file manager
p | Open entry in PAGER


+ 1
- 1
nnn.1 View File

@@ -94,7 +94,7 @@ Open current entry in PAGER (fallback less)
.It Ic ^K
Invoke file path copier
.It Ic ^L
Redraw, clear prompt
Force a redraw, clear rename or filter prompt
.It Ic \&?
Toggle help and settings screen
.It Ic Q


+ 6
- 6
nnn.c View File

@@ -1638,15 +1638,15 @@ show_help(char *path)
"4→, ↵, l, ^M | Open file or enter dir\n"
"1←, Bksp, h, ^H | Go to parent dir\n"
"9Insert | Toggle navigate-as-you-type\n"
"e~ | Jump to HOME dir\n"
"e& | Jump to initial dir\n"
"e- | Jump to last visited dir\n"
"e~ | Go HOME\n"
"e& | Go to initial dir\n"
"e- | Go to last visited dir\n"
"e/ | Filter dir contents\n"
"d^/ | Open desktop search tool\n"
"e. | Toggle hide .dot files\n"
"eb | Show bookmark key prompt\n"
"eb | Show bookmark prompt\n"
"d^B | Mark current dir\n"
"d^V | Visit marked dir\n"
"d^V | Go to marked dir\n"
"ec | Show change dir prompt\n"
"ed | Toggle detail view\n"
"eD | Show current file details\n"
@@ -1656,7 +1656,7 @@ show_help(char *path)
"es | Toggle sort by file size\n"
"eS | Toggle disk usage mode\n"
"et | Toggle sort by mtime\n"
"e! | Spawn SHELL in current dir\n"
"e! | Spawn SHELL in dir\n"
"ee | Edit entry in EDITOR\n"
"eo | Open dir in file manager\n"
"ep | Open entry in PAGER\n"


Loading…
Cancel
Save