diff options
author | Paul <paul.elder@amanokami.net> | 2017-09-19 02:30:54 -0400 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-09-19 12:00:54 +0530 |
commit | df4b557ca15cacc190f1265efe0db7d1cffae085 (patch) | |
tree | e55e7c0cfc6cd920a82efd50201bc096318ca73d /nnn.1 | |
parent | 968beb434af29417a8490ce66435d157cf869495 (diff) | |
download | nnn-df4b557ca15cacc190f1265efe0db7d1cffae085.tar.gz |
Prevent nnn from waiting on open file process (#40)
* Prevent nnn from waiting on open file process
* Add env var flag to not wait for child process when opening file
* Set nowait flag once to skip bit-or every time we open a file
* Add documentation for NNN_NOWAIT
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -207,6 +207,12 @@ screensaver. echo -n $1 | xsel --clipboard --input ------------------------------------- .Ed +.Pp +\fBNNN_NOWAIT:\fR make nnn not block while a file is open. Only necessary if +nnn is blocking while a file is open. +.Bd -literal + export NNN_NOWAIT=1 +.Ed .Sh KNOWN ISSUES If you are using urxvt you might have to set backspacekey to DEC. .Sh AUTHORS |