mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Troubleshooting (markdown)
parent
69749c49a0
commit
5241ab57f0
|
@ -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 <kbd>Esc</kbd> key isn't working as expected, add the following in `.tmux.conf`:
|
||||
|
||||
set -g escape-time 0
|
||||
|
|
Loading…
Reference in a new issue