diff --git a/Troubleshooting.md b/Troubleshooting.md index 54aa6a5..73a6cf3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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 Ecs key isn't working as expected, add the following in `.tmux.conf`: +If the Esc 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: