diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 20:16:08 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 20:18:43 +0530 |
commit | 8a9319fb79d83648673fe158a957ea465ba35806 (patch) | |
tree | 36b76d26424c321849bbf1078ee88823d9dd69e8 /README.md | |
parent | fe9e8a62bfa784e9cb20cb77d7ccbeefed278db2 (diff) | |
download | nnn-8a9319fb79d83648673fe158a957ea465ba35806.tar.gz |
Support key q for context quit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |