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
If you insert a string containing the > character, you have to press undo (u) twice to undo a single insert action. If I want to use the . repeat key to repeat a text insertion containing >, it only inserts the portion of the string AFTER the > character.
I'm unable to properly insert > while in vim-visual-multi's multiple cursor mode
To reproduce:
:imap >
should show that>
has been mapped)CTRL-V
), and make a selectionI
,c
, orA
).>
in this mode, vim exits visual block mode prematurely.The text was updated successfully, but these errors were encountered: