From bd21f6b37b732460b50a088966e8e0985621ee77 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 31 Mar 2020 00:53:09 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 87f9bcf..4b32116 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -8,6 +8,19 @@ The in-built batch-renamer implemented in `nnn` is a very simplified one. It's s `nnn` may not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it. +## Broken control key + +If a Ctrl-key combination is not working, check if it's masked due to terminal line settings: + + stty -a + +If that's the case, clear (`undef`) the setting. E.g.: + + stty start undef + stty stop undef + stty lwrap undef + stty lnext undef + ## BSD terminal issue **TL;DR:** On releases previous to v2.7, use the keybind K to toggle selection if you are having issues with ^Y.