From 6ea4a3a0fb82d96cc3b7fac3aad11e5a53690908 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 21 Mar 2021 07:58:25 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: