vim-wordmotion
vim-wordmotion copied to clipboard
More useful word motions for Vim
consider the scenario: `return true;` your cursor is somewhere on `true` and you use `vaw`. default vim selects `true` and the prior space, this plugin just selects `true`. it seems...
cw
ok so there are two things i have noticed. thing 1: ``` asdf_ ^ cursor ``` `cw` here will change up to the underscore. default vim `cw` will change up...
The behavior of the vim-wordmotion plugin doesn't correspond to the default vim `w`, `b`, `e`, `ge` motions interaction with folds. Instead of opening fold (if `foldopen` option contains `hor` value,...
Hi there. Thanks for the useful plugin. Though I noticed it doesn't work as I expect in the visual mode. If I press `ve` it still selects word as usual....
`ciw` seems to leave behind the last letter of the word.
Hello, it is a really great plugin, thanks for your work. I want to extend the pattern so it can handle some cases like: Currently, it works like this: |if...