gillescastel / inkscape-shortcut-manager

Inkscape shorcut manager
MIT License
360 stars 98 forks source link

The text-insert "shifts" the textinsertion #17

Open Multi-ux opened 3 years ago

Multi-ux commented 3 years ago

Hello! Thanks for these great pieces of software So, after the shortcut-manager opens a new Inkscape window, and I press t to insert text, the terminal pops up, and I can write text in as if it were a vim session.

However, when I give the command ":wq", the text isn't inserted. Nothing happens. If I try to insert text again, I go write something, and the text from the first instance is inserted. This process restarts every time the .svg-file is saved/every time ctrl+s is pressed.

Is this a problem with the urxvt terminal?

If it helps, if VimtexCompile is running whilst a new figure is created through "ctrl-f", VimtexCompile crashes and stops compiling,

feysalaf commented 3 years ago

Try using the command :x!. Let me know if it works.

gillescastel commented 3 years ago

@Multi-ux sent me a VirtualBox snapshot. I'll be investigating the issue today.