1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

John Doe 2020-04-03 07:41:19 +05:30
parent dc7d13b8c5
commit 5e923b87bb

@ -28,3 +28,7 @@ You can do this when starting `nnn`. See the [quitcd scripts](https://github.com
**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.
## Help not showing
If your PAGER is `less`, remove the option `-F` (automatically exit if the entire file can be displayed on the first screen). There are other screens which use `less` as well.