Skip to content

Releases: VSCodeVim/Vim

v0.0.20

13 Jun 21:56

Choose a tag to compare

@johnfn is a freaking code machine. v0.0.19...v0.0.20

v0.0.19

07 Jun 06:45

Choose a tag to compare

This was all @johnfn:

  • Implemented f, F, t, T, cc, yy, dd, s
  • Visual Line mode

v0.0.18

19 May 11:10

Choose a tag to compare

  • Update to vscode extension api v0.10.12
  • Fixes #157, #126, #188

v0.0.17

17 May 19:24

Choose a tag to compare

  • Add folding commands
  • bug fixes

v0.0.16

04 May 07:20

Choose a tag to compare

  • copy-paste
  • bug fixes

v0.0.15

22 Mar 04:49

Choose a tag to compare

  • Fixes #127
  • Fix highlighting of cursor block when changing position via cursor

v0.0.14

21 Mar 05:49

Choose a tag to compare

  • Implement / => Search
  • Bug fixes around delete

v0.0.13

18 Mar 10:00

Choose a tag to compare

  • support d{motion}, c, ge commands
  • bug fixes

v0.0.12

04 Mar 09:54

Choose a tag to compare

  • Add Visual Mode
  • Add E, e
  • Various bug fixes

v0.0.11

18 Feb 09:00

Choose a tag to compare

  • Add Ctrl+C, Add support for ctrl+f/ctrl+b
  • Implement X in normal mode, W/B WORD movements
  • Fixes: word, back-word motions, x motion at EOL