Releases: VSCodeVim/Vim
Dithering Dork
Bug fixes (thanks @xconverge):
Compunctious Canary
- Hotfix for #706
Buggy Baloney
Fixes TONS of bugs. I can't even list them all. There are so many!
Thanks to
For their open-source contributions!
Settings Sandwich
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
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
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
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:
- Implement quoted text objects - thanks @sectioneight
- Finish off aw and iw - thanks @rebornix
- Add gt and gT - thanks @arussellk
- Add ctrl-a and ctrl-x - thanks @sectioneight
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
- Add indentation-related
p
commands (thanks @rebornix!) - Add
ctrl-c
(withuseCtrlKeys
) - Make
ctrl-f
use default search behavior, by popular demand, even though/
is objectively better and you should never usectrl-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
So named because I think the community did more work than me this time. VSCodeVim has legs! 😉
Changes:
Suggestive Sandwich
- Fix a bug with auto-complete (thanks @rebornix!)