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
More often I find myself switching between "one <-> result" and and "original <-> two". I am copying the changes from "Original <-> two" into "one <-> result". The diff between "original <-> result" is not very helpful as it shows too many differences. I thought it would be nice to have simple way of switching the two views.
At the moment I am using these two command lines to achieve that:
I've just released Splice9; it's pure vim9script, no python; it's compatible with the original Splice with additional features, particularly UI. I've addressed some issues against the original Splice (see below) and I'm wondering about this issue.
Did you put the workarounds you have into mappings? Wouldn't this be equivalent to having a builtin way to "quickly switch"?
Splice9 has a bind_extra configurable. Considering this issue, I'm wondering having user defined mappings, maybe a bind_user configurable list similar to bind_extra. So you could add something like the following.
More often I find myself switching between "one <-> result" and and "original <-> two". I am copying the changes from "Original <-> two" into "one <-> result". The diff between "original <-> result" is not very helpful as it shows too many differences. I thought it would be nice to have simple way of switching the two views.
At the moment I am using these two command lines to achieve that:
and
The text was updated successfully, but these errors were encountered: