aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-19 06:52:41 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-19 06:52:41 +0530
commit2eee4ad02899a709d282794c693e07979fb4f3b3 (patch)
treeba1edfd36a0cd44c9b3b48becb09db19d04a59db
parentebb472520430bebce627e42f847c36320627f37a (diff)
downloadnnn-2eee4ad02899a709d282794c693e07979fb4f3b3.tar.gz
Fix #104: document tmux TERM setting
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10eb59e..8e7be2a 100644
--- a/README.md
+++ b/README.md
@@ -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)
- [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)
@@ -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`.
+#### 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?
I chose to fork because: