From c062b76a4d48bb0e9ea590b0af3a0e54b73d3421 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sat, 28 Aug 2021 21:02:34 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index f693838..dc92a60 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -20,6 +20,8 @@ If unicode characters are not showing correctly, please check the following: - Check locale settings (see https://github.com/jarun/nnn/issues/1145) - Confirm the DE isn't blocking it (see https://github.com/jarun/nnn/issues/1139) +## Tmux configuration + #### Keyboard `nnn` may not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it.