diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-24 11:09:13 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-24 11:09:13 +0530 |
commit | f1a9d15756fec938e00711c6a10b92bac8f99b2d (patch) | |
tree | b938dcc82a8ae0aa42ce871e2b469a9824ce1291 /README.md | |
parent | 25a307f75e8c50031dc78610b4735bbf7e1631b3 (diff) | |
download | nnn-f1a9d15756fec938e00711c6a10b92bac8f99b2d.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -513,7 +513,7 @@ Enable volume management in your DE file manager and set removable drives or med #### 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, `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. #### WHY FORK? |