mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Document dual-pane or multi-pane mode
This commit is contained in:
parent
6b66eb487f
commit
424abe15ca
|
@ -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)
|
- [copy file paths when X is missing](#copy-file-paths-when-x-is-missing)
|
||||||
- [run custom scripts](#run-custom-scripts)
|
- [run custom scripts](#run-custom-scripts)
|
||||||
- [sample scripts](#sample-scripts)
|
- [sample scripts](#sample-scripts)
|
||||||
|
- [dual-pane or multi-pane](#dual-pane-or-multi-pane)
|
||||||
- [change dir color](#change-dir-color)
|
- [change dir color](#change-dir-color)
|
||||||
- [file copy, move, delete](#file-copy-move-delete)
|
- [file copy, move, delete](#file-copy-move-delete)
|
||||||
- [work faster at rename prompt](#work-faster-at-rename-prompt)
|
- [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
|
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
|
#### change dir color
|
||||||
|
|
||||||
The default color for directories is blue. Option `-c` accepts color codes from 0 to 7 to use a different color:
|
The default color for directories is blue. Option `-c` accepts color codes from 0 to 7 to use a different color:
|
||||||
|
|
Loading…
Reference in a new issue