Richard Stein
Richard Stein
@skulumani Okay, that is a workflow I didn't think about and you have valid points. I will add this to my TODO list =)
@skulumani Aside: if you have a older laptop you can decrease the number of preview threads [in the settings file](https://github.com/SublimeText/LaTeXTools/blob/v3.12.5/LaTeXTools%20%28Advanced%29.sublime-settings#L122)
Actually you can just open the Default settings and copy the corresponding entries to the User settings. When Sublime Text searches for a setting it first looks into the User...
The issue with mixin is that it becomes ugly if you have a phantom and a pop-up on the same equation. On different equations it also looks not quite right.
That's weird can you open the ST console and log commands (`sublime.log_commands(True)`) and inputs (`sublime.log_input(True)`) when this happens?
Okay that error handling is something we must improve. The other output looks as expected. We will need more investigation in this.
Sorry can you please elaborate. Shall we [insert](https://github.com/SublimeText/LaTeXTools/blob/master/latex_fill_all.py#L498) the test a character later if it is at the end of a line and in command mode (which would be the...
I am wondering if the command mode setting is unique to neovintageous or also used in other vim emulators?
Can you please try whether this fix also works for the normal command mode or creates a problem there. If so we need to check that it is the neovintageous...
Sorry for the late reply, we don't define a keybinding for `_`. If this is still an issue: Can you please open the ST console *View > Show Console*. Then...