Sfoglia il codice sorgente

Document dual-pane or multi-pane mode

master
Arun Prakash Jana 6 anni fa
parent
commit
424abe15ca
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      README.md

+ 5
- 0
README.md Vedi File

@@ -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:


Loading…
Annulla
Salva