diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-18 13:02:54 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-18 13:02:54 +0530 |
commit | 424abe15cade056ffc537ad1a45f5c20d5d22e30 (patch) | |
tree | 6ce787649d19bf05fede161b37c6565854e8c675 /README.md | |
parent | 6b66eb487f6263cdbe4c62d7abec1f7f8e1688b9 (diff) | |
download | nnn-424abe15cade056ffc537ad1a45f5c20d5d22e30.tar.gz |
Document dual-pane or multi-pane mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,7 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To - [copy file paths when X is missing](#copy-file-paths-when-x-is-missing) - [run custom scripts](#run-custom-scripts) - [sample scripts](#sample-scripts) + - [dual-pane or multi-pane](#dual-pane-or-multi-pane) - [change dir color](#change-dir-color) - [file copy, move, delete](#file-copy-move-delete) - [work faster at rename prompt](#work-faster-at-rename-prompt) @@ -461,6 +462,10 @@ Type the correct suffix when prompted on pressing the keybind <kbd>R</kbd>. To xdg-open $(find -type f | fzy) >/dev/null 2>&1 +#### dual-pane or multi-pane + +`nnn` doesn't have a native dual-pane or multi-pane mode. Use it with tmux, GNU Screen, Terminator or Tilix. + #### change dir color The default color for directories is blue. Option `-c` accepts color codes from 0 to 7 to use a different color: |