Updated Troubleshooting (markdown)

John Doe 2020-03-16 05:37:45 +05:30
parent f91ae36b26
commit f73687e33d

@ -10,6 +10,6 @@ The in-built batch-renamer implemented in `nnn` is a very simplified one. It's s
## BSD terminal issue
**TLDR:** 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>.
On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps <kbd>^Y</kbd> to `DSUSP` by default. This means that typing <kbd>^Y</kbd> will suspend `nnn` as if you typed <kbd>^Z</kbd> (you can bring `nnn` back to the foreground by issuing `fg`) instead of entering multi-selection mode. You can check this with `stty -a`. If it includes the text `dsusp = ^Y`, issuing `stty dsusp undef` will disable this `DSUSP` and let `nnn` receive the <kbd>^Y</kbd> instead.