From: Arun Prakash Jana Date: Sat, 24 Nov 2018 05:39:13 +0000 (+0530) Subject: Update docs X-Git-Tag: v2.2~125 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f1a9d15756fec938e00711c6a10b92bac8f99b2d;p=nnn.git Update docs --- diff --git a/README.md b/README.md index 2d1ccb8b..720fb2a5 100644 --- 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 ^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, `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. #### WHY FORK?