mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Concepts (markdown)
parent
f909452f6c
commit
825bb5c9fb
|
@ -19,7 +19,11 @@ Use **context-specific colors** (see configuration `NNN_COLORS`) to identify eac
|
|||
|
||||
The `nnn` way is to work with multiple contexts using <kbd>Tab</kbd> or <kbd>Shift+Tab</kbd>.
|
||||
|
||||
For dual pane, use a terminal multiplexer e.g., to open 2 instances in [`dvtm`](https://github.com/martanne/dvtm), run:
|
||||
Other solutions:
|
||||
- terminal multiplexers (tmux, GNU Screen, [dvtm](https://github.com/martanne/dvtm)
|
||||
- terminal emulators with split support (Terminator, Tilix)
|
||||
|
||||
E.g., to open 2 instances in `dvtm`, run:
|
||||
|
||||
```sh
|
||||
dvtm n n
|
||||
|
|
Loading…
Reference in a new issue