Updated Troubleshooting (markdown)

Mischievous Meerkat 2021-03-21 07:58:25 +05:30
parent d9836bbf62
commit 6ea4a3a0fb
1 changed files with 10 additions and 1 deletions

@ -22,10 +22,19 @@ By default tmux advertises 8-color support. To show icons in tmux add the follow
set -g default-terminal "screen-256color"
If the <kbd>Ecs</kbd> key isn't working as expected, add the following in `.tmux.conf`:
If the <kbd>Esc</kbd> key isn't working as expected, add the following in `.tmux.conf`:
set -g escape-time 0
To start `nnn` within tmux use a shell function:
```bash
n ()
{
tmux new-session nnn -acdDEnQrux $@
}
```
## Broken control key
If a Ctrl-key combination is not working, check if it's masked due to terminal line settings: