Skip to content

Releases: VSCodeVim/Vim

Dithering Dork

06 Sep 19:40
Compare
Choose a tag to compare

Bug fixes (thanks @xconverge):

Compunctious Canary

05 Sep 16:10
Compare
Choose a tag to compare

Buggy Baloney

04 Sep 06:14
Compare
Choose a tag to compare

Fixes TONS of bugs. I can't even list them all. There are so many!

Thanks to

For their open-source contributions!

Settings Sandwich

14 Aug 20:05
Compare
Choose a tag to compare

This release includes @rebornix's excellent work on Vim Settings. Now instead of janky keys that I put in to settings.json at random, we actually mirror Vim's strategy to turn settings on and off!

Features

  • Settings
  • smartcase search
  • Add Y in visual mode (thanks @shotaAkasaka!)

Bug Fixes

  • Fix crashes when making large (100+ line) changes. This has been a gnarly one, glad to finally fix it!
  • Fix cc and C on empty lines (thanks @shotaAkasaka!)
  • Default to not having Visual Block Mode active.
  • Fix jj leaving behind a stray j.

Blocky Banana

09 Aug 18:09
Compare
Choose a tag to compare

This was intended to be a hot-fix for #583; as an apology, it also includes Visual Block mode, one of our most requested features. (And also because I just happened to finish it right after I released 0.1.5) 😉

Replacement Raisin

09 Aug 04:21
Compare
Choose a tag to compare

Another awesome release!

New features

  • Replace mode! This is a big one (thanks @rebornix!)
  • s/foo/bar with an optional visual mode range (thanks @rebornix!)
  • gd (thanks @jordanlewis!)
  • S (thanks @glibsm!)
  • Add * register (thanks @aminroosta!)
  • Add correct fold behavior (thanks @rebornix!)
  • Add motions by screen lines (thanks @rebornix!)
  • Add o in visual mode (thanks @Platzer!)
  • Add section motions ]], [[, ][ and [](thanks @rebornix!)
  • Add ^e and ^y
  • Make repeatable in normal mode (thanks @octref!)

Bug-fixes

  • Fix an off-by-one error with T and F (thanks @xconverge!)
  • Improve key-repeat suggestion in README (thanks @jimray!)
  • Fix ctrl key issues (thanks @rebornix!)
  • Fix gt and gT (thanks @rebornix!)
  • Fix the cursor location in some cases when deleting a line break in insert mode (thanks @thomasboyt!)
  • Fix remapping in modes that don't want remapping to happen
  • Fix a bug making marks inconsistent
  • Fix V in visual mode

Awesome Applepie

28 Jul 05:45
Compare
Choose a tag to compare

I'm especially excited about this version of VSCodeVim! There were a large number of contributions that really improved the quality of the extension. As usual, thanks to all contributors!

New features:

Bug fixes and improvements:

  • Improve performance of / and ? - thanks @roblourens
  • Improve performance of u and c-r - thanks @infogulch
  • Fix CJK completely - thanks @rebornix
  • Fix scrolling behavior when you have two panes of the same file open - thanks @rebornix

Inner Icepop

19 Jul 09:58
Compare
Choose a tag to compare
  • Add indentation-related p commands (thanks @rebornix!)
  • Add ctrl-c (with useCtrlKeys)
  • Make ctrl-f use default search behavior, by popular demand, even though / is objectively better and you should never use ctrl-f 😉
  • Add ctrl-f in insert mode (thanks @sectioneight!)
  • Add every inner-object and a-object command, e.g. a[ i(, etc. (thanks @sectioneight! this is a big one!)

Communal Crossaint

13 Jul 10:38
Compare
Choose a tag to compare

So named because I think the community did more work than me this time. VSCodeVim has legs! 😉

Changes:

  • Fix db (thanks @rebornix!)
  • Fix ctrl+f, ctrl+b
  • Display search in statusbar
  • Fix dw on end of line (thanks @rebornix!)
  • Add s in visual/visual line mode.
  • Add p and P in visual/visual line mode.
  • Fix an issue with backspace and .

Suggestive Sandwich

08 Jul 17:11
Compare
Choose a tag to compare
  • Fix a bug with auto-complete (thanks @rebornix!)