Releases: VSCodeVim/Vim
Releases · VSCodeVim/Vim
Hot Hotcakes
- 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:
- @xconverge fixed lots of stuff, like normal.
Cupcake Copier
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:
- Fix #1302 - thanks @xlaech
- Fix #1298 - thanks @xconverge
- Fix #1296 - thanks @xlaech
- Fix #1291 - thanks @xlaech
- Fix a bunch of surround.vim issues - thanks @xconverge
- Make gg go to first character rather than (0, 0) - thanks @xconverge (#1320)
- Fix
r<tab>
Communal Cheesecake
This version was entirely done by the community while I've been traveling.
Shout outs to:
- @xconverge
- @rufusroflpunch
- @inejge
- @rhys-vdw
❤️
Fixy French Toast
Fix a bug introduced by surround.vim: #1239
Surroundy Squash
Add surround.vim!
v0.4.10
v0.4.9
Jittery Jalapeño
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
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
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 /.