aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-06 20:46:45 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-06 20:46:45 +0530
commit3cf81482a4adf58e8df12846a7002f8a8ca0aeda (patch)
tree5787bc99a4036c8acf2a569418bd57204d97fb63 /README.md
parent3a738632a05e84ba3378f7b867a105caa1f16e94 (diff)
downloadnnn-3cf81482a4adf58e8df12846a7002f8a8ca0aeda.tar.gz
Retire chdir prompt
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index c071cff..63a9cfc 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,6 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To
- [sample scripts](#sample-scripts)
- [dual-pane or multi-pane](#dual-pane-or-multi-pane)
- [change dir color](#change-dir-color)
- - [use cd .....](#use-cd-)
- [integrate patool](#integrate-patool)
- [work faster at rename prompt](#work-faster-at-rename-prompt)
- [set idle timeout](#set-idle-timeout)
@@ -84,7 +83,6 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To
- Familiar, easy shortcuts (arrows, `~`, `-`, `&`)
- *Navigate-as-you-type* mode with dir auto-select for the maverick
- Handy bookmarks, start at bookmark, pin and visit directory
- - chdir prompt with tab completion (interprets cd ..... too!)
- Roll-over at edges, page through entries
- Show directories in custom color (default: enabled in blue)
- Sorting
@@ -228,7 +226,6 @@ optional args:
^B Bookmark prompt
b Pin current dir
^V Go to pinned dir
- c cd prompt
d Toggle detail view
D File details
m, M Brief/full media info
@@ -505,10 +502,6 @@ The default color for directories is blue. Option `-c` accepts color codes from
Any other value disables colored directories.
-#### use cd .....
-
-To jump to the n<sup>th</sup> level parent, use `n + 1` dots (the first `.` denotes PWD). For example, to jump to the 6<th> parent of the current directory, use 7 dots. If the number of dots would take you *beyond* `/` (which isn't possible), you'll be placed at `/`.
-
#### integrate patool
On systems where `atool` is not available but `patool` is, drop two copies of the Python3 script [natool](https://github.com/jarun/nnn/blob/master/scripts/natool) as `atool` and `apack` somewhere in `$PATH`.