1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-21 09:57:55 +03:00

Fix #104: document tmux TERM setting

This commit is contained in:
Arun Prakash Jana 2018-04-19 06:52:41 +05:30
parent ebb4725204
commit 2eee4ad028
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -66,6 +66,7 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To
- [work faster at rename prompt](#work-faster-at-rename-prompt) - [work faster at rename prompt](#work-faster-at-rename-prompt)
- [set idle timeout](#set-idle-timeout) - [set idle timeout](#set-idle-timeout)
- [show hot plugged drives](#show-hot-plugged-drives) - [show hot plugged drives](#show-hot-plugged-drives)
- [tmux config](#tmux-config)
- [Why fork?](#why-fork) - [Why fork?](#why-fork)
- [Mentions](#mentions) - [Mentions](#mentions)
- [Developers](#developers) - [Developers](#developers)
@ -460,6 +461,10 @@ The terminal screensaver is disabled by default. To set the wait time in seconds
Enable volume management in your DE file manager and set removable drives or media to be auto-mounted when inserted. Then visit the usual mount point location (`/mnt` or `/media/user`) in `nnn`. Enable volume management in your DE file manager and set removable drives or media to be auto-mounted when inserted. Then visit the usual mount point location (`/mnt` or `/media/user`) in `nnn`.
#### tmux config
nnn might not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it.
### Why fork? ### Why fork?
I chose to fork because: I chose to fork because: