aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-03 13:52:47 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-03 13:54:03 +0530
commit7dbb7c224fc5baa0ec1d08a84240465675f77f56 (patch)
treeefae250198043dbc0f348e98c8118a688deda11b
parent3dc1760630a821a39dac0d66a3ed0fa74d099d24 (diff)
downloadnnn-7dbb7c224fc5baa0ec1d08a84240465675f77f56.tar.gz
Update docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e17d939..dd82729 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 <kbd>^Y</kbd> to `DSUSP`. 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-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 <kbd>^Y</kbd> instead.
+By default in OpenBSD & FreeBSD (and probably on macOS as well), `stty` maps <kbd>^Y</kbd> to `DSUSP`. 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-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 <kbd>^Y</kbd> instead.
##### Restrict file open