diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-08 13:46:03 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-08 13:46:03 +0530 |
commit | e54ed037bd47d879d665745dc4d79db5c42807df (patch) | |
tree | 6f1c40bce1bb6d4a289ac8c4b7a511a6a715e4b0 /README.md | |
parent | 5aa4c799c0b64eb0959306205e1373f684527772 (diff) | |
download | nnn-e54ed037bd47d879d665745dc4d79db5c42807df.tar.gz |
Key - to jump to last visited directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | |