gillescastel / inkscape-figures

Inkscape figure manager
MIT License
551 stars 119 forks source link

How to make this work in macvim? #48

Open jessicajzhang03 opened 1 year ago

jessicajzhang03 commented 1 year ago

I use macvim, which, from what I understand, is supposed to be very similar to vim. Almost everything about this tool works for me, except that when I hit control+F to create a file, Inkscape always seems to glitch out. In particular, when I hit control+F in insert mode, Inkscape will be launched, but then will quit itself before opening up anything. But I can still edit: When I hit control+F in command mode, I can select the file I want to edit, and the tool launches Inkscape just fine. I'm pretty new to all this, so I was wondering if anyone has advice on how to fix this. Thanks!

lucas0358 commented 1 year ago

Try to run vim in your terminal. C-f would work. (it works for me at least)

jessicajzhang03 commented 1 year ago

Yes, vim in terminal works, but I was wondering about macvim in particular. I guess I could try neovim or something else though