mark2 icon indicating copy to clipboard operation
mark2 copied to clipboard

config error

Open MojangPlsFix opened this issue 10 years ago • 2 comments

MojangPlsFix avatar Jan 16 '15 22:01 MojangPlsFix

Looking at the relevant code, it appears that mark2 wanted to select the first editor that exists on the system from a list of names, expecting an error code and not an exception. Around about here. Try setting your $EDITOR environment variable to refer to your preferred text editor in ~/.bashrc or similar, e.g.

export EDITOR=nano

totemo avatar Jan 18 '15 23:01 totemo

It may be necessary to set the full path to that. Hopefully not.

totemo avatar Jan 18 '15 23:01 totemo