Closed hakamadare closed 8 years ago
Leverage open -W -n to support export EDITOR='gnvim -f' use; passing the -f flag makes the gnvim invocation block until you've written the file, which is the behavior expected by a number of programs that support the EDITOR environment variable.
open -W -n
export EDITOR='gnvim -f'
-f
gnvim
EDITOR
Leverage
open -W -n
to supportexport EDITOR='gnvim -f'
use; passing the-f
flag makes thegnvim
invocation block until you've written the file, which is the behavior expected by a number of programs that support theEDITOR
environment variable.