Skip to content

Releases: VSCodeVim/Vim

Hot Hotcakes

11 Mar 05:33
Compare
Choose a tag to compare
  • Hot config reloading! Now you don't have to reload VSCode in order to see the vim-related changes you made to your settings. Thanks @xconverge!
  • Lots of fixes to macros. They are much more usable now! This was a tri-effort by @johnfn, @rebornix and @xconverge!

Bug fixes:

Cupcake Copier

03 Mar 09:48
Compare
Choose a tag to compare

Lots of stuff in this release. Most notably:

  • gd is now totally stable and the cursor won't jump. EVER
  • Copying works correctly and does not elide the final character.
  • Improve performance when editing inside quotes or brackets.
  • The cursor doesn't jump when editing two files with the same name. #1057

Also a bunch of other bug fixes:

Communal Cheesecake

12 Feb 07:59
Compare
Choose a tag to compare

This version was entirely done by the community while I've been traveling.

Shout outs to:

❤️

Fixy French Toast

24 Jan 02:27
Compare
Choose a tag to compare

Fix a bug introduced by surround.vim: #1239

Surroundy Squash

24 Jan 02:26
Compare
Choose a tag to compare

Add surround.vim!

v0.4.10

22 Dec 21:37
Compare
Choose a tag to compare
Tagging as v0.4.10

v0.4.9

05 Dec 23:48
Compare
Choose a tag to compare
Tagging as v0.4.9

Jittery Jalapeño

05 Dec 21:33
Compare
Choose a tag to compare

Bug fixes:

  • Fix a bug where holding down hjkl would be jittery. Been tracking this one for ages.
  • Fix a recent regression with command remapping.
  • Fix a very old (but minor) bug where VSCodeVim would ignore the first character you pressed.

Dangerous Doughnut

05 Dec 05:49
Compare
Choose a tag to compare

I went on a bug killing spree.

Bug Fixes:

  • Use native block cursor for solid cursor setting
  • Fix command remapping incorrectly being triggered in the middle of commands
  • Fix some leader bugs (thanks @xconverge!)
  • Add nohl aliases and untrigger it in some locations (thanks @xconverge!)
  • Fix a bug with remapping long commands.
  • Fix backspacing indents
  • Fix dit for empty tags.
  • Fix deleting to marks.
  • Fix a bug with <C-a> and <C-x> incrementing/decrementing the wrong number.
  • Fix #<k in some situations.

Features:

  • Add :nohl
  • Allow search highlight color to be customized
  • Add <CR> as a synonym for \n.
  • Add showcmd configuration setting, defaulting to on.
  • Recognize and use <leader>
  • Allow remapping directly to VSCode commands.
  • Add <space> as a synonym for .

v0.4.6

04 Dec 01:28
Compare
Choose a tag to compare

Features:

  • Add gq - word wrap a visual chunk of text, formatting comments correctly.
  • Add gf - go to file - thanks @jamirvin!
  • Add home key and cmd-left support - thanks @xconverge!
  • Add startInInsertMode configuration setting.

Bug Fixes:

  • Fix a really obscure bug with word boundaries.
  • Fix an annoying bug where the view would jump to the top of the file when searching with /.