]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 24 Nov 2018 05:39:13 +0000 (11:09 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 24 Nov 2018 05:39:13 +0000 (11:09 +0530)
README.md

index 2d1ccb8b2a32c3907c3fda666ad52316c0c7c03d..720fb2a515b688e6170fb557dcfa5bc9e08720a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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?