mirror of
https://github.com/jarun/nnn.git
synced 2025-02-18 15:24:29 +00:00
Updated Troubleshooting (markdown)
parent
96fec4e36a
commit
bd21f6b37b
|
@ -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.
|
`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
|
## BSD terminal issue
|
||||||
|
|
||||||
**TL;DR:** On releases previous to v2.7, use the keybind <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.
|
**TL;DR:** On releases previous to v2.7, use the keybind <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.
|
||||||
|
|
Loading…
Reference in a new issue