-
Notifications
You must be signed in to change notification settings - Fork 25
ciw and viw doesn't work as expected. #72
Comments
Thank you for using! |
@74th You can also make the |
For what it's worth, I prefer the finer-grained undo. The Thank you, by the way, for the extension. I find the more popular Vim extension breaks too many native VS Code keybindings and extensions. I find yours quite intuitive in terms of what works as Vim and what works as VS Code. |
I forgot to mention a workaround. For those missing |
I use these two commands very much,
viw
to select a single word under cursor orciw
to replace a single word under cursor (delete the word and leave the cursor in place in insert mode to type the new word).VimStyle is my favorite extension, it even alters the default behavior of
u
. In default Vim everything from the last mode-change will be undone withu
but as in VScode we don't change modes for saving a file, so that default behavior is often dangerous, but this extension changes that behavior in a nice way. Because of this behavior this is my favorite Vim emulator for VSCode, but I miss the above two command too much.The text was updated successfully, but these errors were encountered: