Closed Napam closed 1 year ago
The mappings for lowercase/uppercase are gu
/gU
, as for normal mode, because u
is used for undo, and U
shouldn't be used.
Thank you for the info! Just curious, why shouldn't U be used? Is that a neovim thing in general that U should not be overridden?
Because U
isn't remapped and it would do what U
does in normal mode.
Describe the issue: Generally speaking in vim you can select text with visual mode then press U to capitalize letters in the selection.
When I select text using VM and then pressing "U" (which usually capitalizes whatever I have selected) the cursor just jumps to the top of the selection.
Steps to reproduce
I have tried the minimal vimrc with just the plugin and the results were the same. I do get a warning though with my full config enabled:
but i think it is unrelated