aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-08 20:16:08 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-08 20:18:43 +0530
commit8a9319fb79d83648673fe158a957ea465ba35806 (patch)
tree36b76d26424c321849bbf1078ee88823d9dd69e8 /README.md
parentfe9e8a62bfa784e9cb20cb77d7ccbeefed278db2 (diff)
downloadnnn-8a9319fb79d83648673fe158a957ea465ba35806.tar.gz
Support key q for context quit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index f6abc30..d7e2cf0 100644
--- a/README.md
+++ b/README.md
@@ -252,15 +252,16 @@ optional args:
L Lock terminal
o Launch GUI app
? Help, settings
- Q, ^G Quit and cd
- q, ^X Quit
+ q Quit context
+ ^G Quit and cd
+ Q, ^X Quit
```
Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.
#### Contexts
-Contexts (aka _tabs_ aka _workspaces_) serve the purpose of exploring multiple directories in parallel. `nnn` provides 4 contexts simultaneously. The status of the contexts are shown in the top left corner:
+Contexts (aka _tabs_ aka _workspaces_) serve the purpose of exploring multiple directories simultaneously. 4 contexts are available. The status of the contexts are shown in the top left corner:
- the current context is in reverse
- other used contexts are underlined
@@ -270,6 +271,8 @@ The bookmark prompt understands contexts. To switch contexts press `^B` and ente
The first time a context is entered, it copies the state of the last visited context. Each context remembers its start directory and last visited directory.
+When a context is quit, the next active context is selected. If the last active context is quit, the program quits.
+
#### Filters
Filters support regexes to instantly (search-as-you-type) list the matching entries in the current directory.