mirror of
https://github.com/jarun/nnn.git
synced 2025-03-20 05:19:43 +00:00
Updated Troubleshooting (markdown)
parent
96fec4e36a
commit
bd21f6b37b
1 changed files with 13 additions and 0 deletions
|
@ -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 <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.
|
||||
|
|
Loading…
Add table
Reference in a new issue