From 7dbb7c224fc5baa0ec1d08a84240465675f77f56 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 3 Mar 2019 13:52:47 +0530 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e17d9390..dd827293 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Please visit the [How to](https://github.com/jarun/nnn/wiki/How-to) wiki page. ##### BSD terminal issue -By default in OpenBSD & FreeBSD, `stty` maps ^Y to `DSUSP`. 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-copy 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. +By default in OpenBSD & FreeBSD (and probably on macOS as well), `stty` maps ^Y to `DSUSP`. 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-copy 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. ##### Restrict file open -- 2.48.1