Skip to content

Releases: VSCodeVim/Vim

Fixy Fish

04 Apr 06:51
Compare
Choose a tag to compare

The previous release had a bug with ..

Rabid Rhinoceros

04 Apr 04:57
Compare
Choose a tag to compare
  • Multicursor improvements, alt click to add cursor, etc
  • "vim.easymotionChangeBackgroundColor": true uses searchHighlightColor for easymotion decorations
  • guu and GUU added
  • Allow users to specify their own cursor style ("editor.cursorStyle") so that underline, line-thin, etc can be used
  • Added setting to delegate ctrl keys back to vscode natively
    https://github.com/VSCodeVim/Vim#handlekeys
vim.handleKeys{
    <C-f>:false,
    <C-a>: false
}
  • #1432, #1312, <space> as leader, multiple other bugs fixed

Fixy Frankfurter

19 Mar 03:23
Compare
Choose a tag to compare

Fixes a number of issues with remappings: #1405 #1410 #1397

Makes remappings work with counts.

Jumpy Jalapeño

18 Mar 09:08
Compare
Choose a tag to compare

Add Ctrl-o and Ctrl-i to go forward and back between the places you've changed.

Linear Lime

18 Mar 08:48
Compare
Choose a tag to compare

Extends the previous af command to work in Visual Line mode.

Reminder what af is:

Press af in Visual Mode to select ever-increasing blocks of text.

e.g. if you had "blah (foo [bar 'ba|z'])" then it would select 'baz' first. If you pressed az again, it'd then select [bar 'baz'], and if you did it a third time it would select "(foo [bar 'baz'])".

Blocky Banana

18 Mar 08:31
Compare
Choose a tag to compare

Adds a custom keymapping that I (@johnfn) have always wanted. Press af in Visual Mode to select ever-increasing blocks of text.

e.g. if you had "blah (foo [bar 'ba|z'])" then it would select 'baz' first. If you pressed az again, it'd then select [bar 'baz'], and if you did it a third time it would select "(foo [bar 'baz'])".

Fixy Frosted Flakes

18 Mar 08:24
Compare
Choose a tag to compare

Fixes a bug with the previous bug fix.

This bugfix I removed was actually a bug fix to fix a bug in VSCode. That bug had been removed in VSCode Insiders, hence why I didn't notice it while testing! I've now reverted to using VSCode all the time. :)

Peeky Pumpkin

17 Mar 07:27
Compare
Choose a tag to compare

Fixes a bug with the peek definition functionality of vscode (which, by the way, is monumentally useful and everyone should use it).

Fixy Flank Steak

12 Mar 11:05
Compare
Choose a tag to compare

The last release had a little bug. This fixes that bug.

Macroeconomic Mushrooms

12 Mar 10:30
Compare
Choose a tag to compare

I admit it. I sneaked this release out just because I wanted to use less buggy macros.

Macro stuff:

  • #1382 - macros made too many history steps - thanks @xconverge

  • #1388 - macros wouldn't play back indentation removal in some cases

  • #1389 - macros weren't adjusting character position correctly in some cases

  • #1385 - thanks @xconverge