Skip to content

Releases: cxw42/VimWord

Testing fix for #7

18 Feb 17:06
Compare
Choose a tag to compare
Testing fix for #7 Pre-release
Pre-release

This version should be more robust, albeit with more screen flicker :( .

Repeat using `.`; drop without yanking using `X`

29 Jun 14:08
Compare
Choose a tag to compare
  • . 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 of dh. Since Word doesn't have registers, this gives you a chance
  • If you prefix an operator with (a space), leading/trailing whitespace within a paragraph will be included. E.g., 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

07 May 13:07
Compare
Choose a tag to compare
 - 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

24 Apr 18:48
Compare
Choose a tag to compare
Added counts to tTfF; selection with `v`

v0.2.1

20 Apr 16:02
Compare
Choose a tag to compare
Cleanup [minor]

Second public release

20 Apr 15:58
Compare
Choose a tag to compare
Major update/rewrite

Now supports operator `s` to select, and intransitive motions `0^$`.