README.md | 5 +++++ diff --git a/README.md b/README.md index 10eb59ed661a2cf9b9cf189958d7ddc77a5fc6d7..8e7be2a71a7a873115e85ecbd51337b6285d1327 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ - [boost chdir prompt](#boost-chdir-prompt) - [work faster at rename prompt](#work-faster-at-rename-prompt) - [set idle timeout](#set-idle-timeout) - [show hot plugged drives](#show-hot-plugged-drives) + - [tmux config](#tmux-config) - [Why fork?](#why-fork) - [Mentions](#mentions) - [Developers](#developers) @@ -459,6 +460,10 @@ #### show hot plugged drives 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?