Skip to content

Releases: VSCodeVim/Vim

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!)

Massive Marshmallow

08 Jul 07:36
Compare
Choose a tag to compare

Lots of stuff in this release!

  • Command remapping
  • Correct Undo/Redo history
  • Marks
  • :wq (thanks @srepollock!)
  • Incremental search now wraps document and shows all results
  • Add space
  • Add configuration option for nonblinking block cursor
  • Sentence motions (thanks @rebornix!)
  • Numeric prefix to C (thanks @rebornix!)
  • :tabnext, :tabprevious, :tabfirst, :tablast (thanks @rebornix!)
  • Arrow keys (thanks @rebornix!)

Incremental Icecream

24 Jun 09:34
Compare
Choose a tag to compare

Lots of features this time! Barely any bugfixes because there aren't any bugs left. 😉

  • Implement gJ
  • Allow numeric prefixes for J
  • Implement gI
  • Implement <count>dd
  • Implement <count>yy (thanks @rebornix)
  • Implement = (thanks @rebornix)
  • Implement U (thanks @rebornix)
  • Implement +
  • Implement -
  • Implement _
  • Fix I

Danish Documentary

23 Jun 09:40
Compare
Choose a tag to compare

I'd watch a documentary about danishes - wouldn't you?

Anyways, this was a rather small release because I spent my night working on documentation (as the title implies). I did fix 2 important bugs, though:

  • J was broken in some cases
  • Backspace didn't work over newlines.

Savory Starfruit

22 Jun 09:26
Compare
Choose a tag to compare
  • Add * and #
  • Add ~ and enter in Normal Mode - thanks @markrendle
  • Fix a wide assortment of bugs and edge cases.

Repetitive Radish

20 Jun 07:10
Compare
Choose a tag to compare

Adds number repeats for movements.
Fixes a bad bug with the cursor.