Closed bendrucker closed 9 months ago
$EDITOR should be handled as a shell command and not passed directly to exec.
$EDITOR
VS Code, for example, needs $EDITOR to be set to code --wait --new-window to get the desired behavior.
code --wait --new-window
$EDITOR
should be handled as a shell command and not passed directly to exec.VS Code, for example, needs $EDITOR to be set to
code --wait --new-window
to get the desired behavior.