aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-24 18:46:56 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-24 18:46:56 +0530
commit8b98df0be1bddeefb480015869bfd8b4dd0bd72e (patch)
tree67e6f5c19f62f3ed4304c8627597ceb973704b32 /README.md
parent8189411aef113562e4c388c2fa4e0f840fb8fcb5 (diff)
downloadnnn-8b98df0be1bddeefb480015869bfd8b4dd0bd72e.tar.gz
Update documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index c4edef0..2c69bcd 100644
--- a/README.md
+++ b/README.md
@@ -181,13 +181,13 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found
#### Cmdline options
```
-usage: nnn [-c N] [-e] [-i] [-l] [-p nlay] [-S]
- [-v] [-h] [PATH]
+usage: nnn [-b key] [-c N] [-e] [-i] [-l]
+ [-p nlay] [-S] [-v] [-h] [PATH]
The missing terminal file browser for X.
positional arguments:
- PATH directory to open [default: current dir]
+ PATH start dir [default: current dir]
optional arguments:
-b key specify bookmark key to open
@@ -212,8 +212,8 @@ optional arguments:
↓, j, ^N | Next entry
PgUp, ^U | Scroll half page up
PgDn, ^D | Scroll half page down
- Home, g, ^, ^A | Jump to first entry
- End, G, $, ^E | Jump to last entry
+ Home, g, ^, ^A | First entry
+ End, G, $, ^E | Fast entry
→, ↵, l, ^M | Open file or enter dir
←, Bksp, h, ^H | Go to parent dir
Insert | Toggle navigate-as-you-type
@@ -232,9 +232,9 @@ optional arguments:
m | Brief media info
M | Full media info
n | Create new
- ^R | Rename selected entry
+ ^R | Rename entry
s | Toggle sort by size
- S | Toggle disk usage mode
+ S | Toggle du mode
t | Toggle sort by mtime
! | Spawn SHELL in dir
e | Edit entry in EDITOR
@@ -245,7 +245,7 @@ optional arguments:
^K | Invoke file path copier
^L | Redraw, clear prompt
? | Help, settings
- Q | Quit and change dir
+ Q | Quit and cd
q, ^Q | Quit
```