Releases: cxw42/VimWord
Releases · cxw42/VimWord
Testing fix for #7
This version should be more robust, albeit with more screen flicker :( .
Repeat using `.`; drop without yanking using `X`
.
will now repeat the last command (at least until the VBA project resets)- I have changed
X
to be a delete-without-yanking operator rather than a synonym ofdh
. Since Word doesn't have registers, this gives you a chance - If you prefix an operator with
d<space>f,
(where<space>
means pressing the spacebar) will delete to and including the next comma, and will also delete any whitespace after that comma.
v0.2.9: Updated pasting; added ninja-feet; whitespace
- p/P now leave cursor after/before pasted text - g[pP] paste unformatted - ninja-feet [, ] added (Closes #5) - trimmed trailing whitespace on lines
v0.2.2
v0.2.1
Second public release
Major update/rewrite Now supports operator `s` to select, and intransitive motions `0^$`.