diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-23 00:05:12 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-23 00:05:12 +0530 |
commit | 3737527ba9670bf13644a3c5ba1986d03f8d81d5 (patch) | |
tree | caebb52b27dbd8655ef8d5c01f8ad9ee00de88e7 | |
parent | 57163ffa5de7c2c8ab136e5f50ac56a7ce0dac7c (diff) | |
download | nnn-3737527ba9670bf13644a3c5ba1986d03f8d81d5.tar.gz |
Update doc
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw) 4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installation). 5. Use option `-x` to copy selected file paths to system clipboard and show notis on cp, mv, rm completion. 6. For a CLI-only environment, customize and use plugin [`nuke`](https://github.com/jarun/nnn/blob/master/plugins/nuke) with option `-c` (overrides `-e`). -7. Bid _ls_ goodbye! `alias ls='nnn -d'` :sunglasses: +7. Bid _ls_ goodbye! `alias ls='nnn -de'` :sunglasses: Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>), <kbd>/</kbd>, <kbd>q</kbd> suffice. <kbd>Tab</kbd> creates, cycles contexts. <kbd>?</kbd> lists shortcuts. |