Christoph Weiser
05/13/2022, 8:57 AMset editor { xterm -e vim }
It sort of works. It still somehow messes with the xschem .sch format by
inserting one more newline than required. But otherwise its fine.
But since i don't really like to use xterm i tried this instead:
set editor { gnome-terminal -- vim }
It opens the editor but no data is loaded into the editor.
I use xschem Version 3.0.0
Any ideas?