From 5241ab57f0c557f5a1a0c528be0339696e635a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Tue, 11 May 2021 16:14:36 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index bfa39b4..a06b138 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -22,6 +22,10 @@ By default tmux advertises 8-color support. To show icons in tmux add the follow set -g default-terminal "screen-256color" +If [compiled with `netbsd-curses`](https://github.com/jarun/nnn/wiki/Developer-guides#compile-with-musl-libc) set it to: + + set -g default-terminal "xterm-256color + If the Esc key isn't working as expected, add the following in `.tmux.conf`: set -g escape-time 0