You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, repeatedly alternating the keypresses ~ followed by <C-z> has the following effect: The first time the cursor jumps back two positions, and all subsequent times it jumps back three positions. (Note that <C-z> is obsidian/codemirror's native undo. Vim's undo key of u actually jumps to the start of the expression with this plugin - presumably because it detects the brace insertion being the most recent change)
I wonder if a cheap fix for all of this would be to have a plugin option of just persisting the braces beside the dollars from the moment the dollar is inserted instead of automatically removing them every time the expression is deselected and then reinserting them when needed.
See #9 (comment)
The text was updated successfully, but these errors were encountered: