diff --git a/Troubleshooting.md b/Troubleshooting.md
index 94368ae..4300612 100644
--- a/Troubleshooting.md
+++ b/Troubleshooting.md
@@ -27,4 +27,8 @@ 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 K to toggle selection if you are having issues with ^Y.
-On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps ^Y to `DSUSP` by default. This means that typing ^Y will suspend `nnn` as if you typed ^Z (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 ^Y instead.
\ No newline at end of file
+On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps ^Y to `DSUSP` by default. This means that typing ^Y will suspend `nnn` as if you typed ^Z (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 ^Y 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.
\ No newline at end of file