aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-08 13:46:03 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-08 13:46:03 +0530
commite54ed037bd47d879d665745dc4d79db5c42807df (patch)
tree6f1c40bce1bb6d4a289ac8c4b7a511a6a715e4b0 /README.md
parent5aa4c799c0b64eb0959306205e1373f684527772 (diff)
downloadnnn-e54ed037bd47d879d665745dc4d79db5c42807df.tar.gz
Key - to jump to last visited directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 505992f..e398aba 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ I chose to fork because:
- Directories first
- Sort numeric names in numeric order
- Case-insensitive alphabetic content listing instead of upper case first
+ - Key `-` to jump to last visited directory
- Roll over at the first and last entries of a directory (with Up/Down keys)
- Removed navigation restriction with relative paths (and let permissions handle it)
- Sort entries by file size (largest to smallest)
@@ -131,6 +132,7 @@ Start nnn (default: current directory):
| `Right`, `Enter`, `l`, `^M` | Open file or enter dir |
| `Left`, `Backspace`, `h`, `^H` | Go to parent dir |
| `~` | Jump to HOME dir |
+| `-` | Jump to last visited dir |
| `/`, `&` | Filter dir contents |
| `c` | Show change dir prompt |
| `d` | Toggle detail view |