Add support for u and U in vim visual mode
This commit is contained in:
parent
b213458803
commit
c0c0abae56
5 changed files with 103 additions and 10 deletions
|
@ -400,7 +400,8 @@
|
|||
{
|
||||
"context": "Editor && vim_mode == visual && !VimWaiting && !VimObject",
|
||||
"bindings": {
|
||||
"u": "editor::Undo",
|
||||
"u": "vim::ConvertToLowerCase",
|
||||
"U": "vim::ConvertToUpperCase",
|
||||
"o": "vim::OtherEnd",
|
||||
"shift-o": "vim::OtherEnd",
|
||||
"d": "vim::VisualDelete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue