Add support for u and U in vim visual mode

This commit is contained in:
Brooks Swinnerton 2024-01-28 15:13:09 -05:00
parent b213458803
commit c0c0abae56
No known key found for this signature in database
GPG key ID: 72743B7DE552E25A
5 changed files with 103 additions and 10 deletions

View file

@ -0,0 +1,12 @@
{"Put":{"state":"A😀c«DÉ1*fˇ»\n"}}
{"Key":"u"}
{"Get":{"state":"A😀cˇdé1*f\n","mode":"Normal"}}
{"Put":{"state":"ABˇc\n"}}
{"Key":"shift-v"}
{"Key":"u"}
{"Get":{"state":"ˇabc\n","mode":"Normal"}}
{"Put":{"state":"ˇAa\nBb\nCc"}}
{"Key":"ctrl-v"}
{"Key":"j"}
{"Key":"u"}
{"Get":{"state":"ˇaa\nbb\nCc","mode":"Normal"}}

View file

@ -0,0 +1,12 @@
{"Put":{"state":"a😀C«dÉ1*fˇ»\n"}}
{"Key":"U"}
{"Get":{"state":"a😀CˇDÉ1*F\n","mode":"Normal"}}
{"Put":{"state":"abˇC\n"}}
{"Key":"shift-v"}
{"Key":"U"}
{"Get":{"state":"ˇABC\n","mode":"Normal"}}
{"Put":{"state":"ˇaa\nbb\ncc"}}
{"Key":"ctrl-v"}
{"Key":"j"}
{"Key":"U"}
{"Get":{"state":"ˇAa\nBb\ncc","mode":"Normal"}}