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
In the normal mode, press ~ to invert the case of any character.
Press mod+z to trigger CodeMirror's undo command. (do not use Vim's undo command u)
Expected result
The vim emulator stays in the normal mode, and no text is selected.
Actual result
It goes into the visual mode - in other words, the character under the cursor is selected. If you move the cursor using the arrow or hjkl keys, the selection will expand accordingly.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
~
to invert the case of any character.u
)Expected result
The vim emulator stays in the normal mode, and no text is selected.
Actual result
It goes into the visual mode - in other words, the character under the cursor is selected. If you move the cursor using the arrow or hjkl keys, the selection will expand accordingly.
The text was updated successfully, but these errors were encountered: