Vim

Vim for Visual Studio Code

MIT License

Stars
13.4K
Committers
399

Bot releases are hidden (Show)

Vim -

Published by jpoon almost 8 years ago

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 /.
Vim -

Published by jpoon almost 8 years ago

Pretend you don't see this.

Vim -

Published by jpoon almost 8 years ago

Features:

  • Add <C-n> and <C-p> for navigating autocompletetion popups.
  • Add <C-o> - thanks @xconverge!
  • Add g <up> and g <down> - thanks @xconverge!

Bugs fixed:

  • Fix <D-d> for multi-cursor support.
  • Fix visual incremental search.
  • Fix J
  • Fix va{ - thanks @xconverge!
  • Fix vsp to open current document in new panel by default - thanks @xconverge!
Vim - https://github.com/VSCodeVim/Vim/releases/tag/v0.4.3

Published by jpoon almost 8 years ago

Vim - Jolly James

Published by jpoon almost 8 years ago

Vim - Impaled Impala

Published by jpoon almost 8 years ago

Vim - Handsome Hen

Published by jpoon almost 8 years ago

Vim - Gorging Grouse

Published by jpoon about 8 years ago

Vim - Fixy French Fries

Published by johnfn about 8 years ago

This includes the one-line fix https://github.com/VSCodeVim/Vim/commit/c845e04b7319cb5b235f726783a0d127cdb16ae4, which fix an astounding number of bugs, including:

  • #872
  • #892
  • #896
  • #856
  • #901
  • #895

Yes, it really fixed that many issues. It probably even fixed more that we haven't found yet!

Vim - Fixy Fondue

Published by johnfn about 8 years ago

More bug fixes. The 0.3.x series is just going to be a bunch of bug fixes that stabilize the refactors introduced in 0.3.0 and 0.3.1.

Bugs fixed:

  • Search scrolling was incorrect.
  • Code snippets were broken.
  • d and x were not working in Visual Block Mode. (Thanks @xconverge!)
  • C-c and C-[ were not working in Insert Mode.
  • Don't require double <esc> to get to normal mode when the autocomplete window is open in insert mode.
  • We were incorrectly reporting the users were in normal mode when they weren't in some cases.
  • Editing in split editors was broken in some cases.
Vim - Buggier Brocolli

Published by johnfn about 8 years ago

Backspace was broken in insert mode.

(Generally I wouldn't release so often, but I wanted to have the extension in relatively good shape for the burst of traffic for 1.6.0)

Vim - Buggy Brocolli

Published by johnfn about 8 years ago

Fixes a large number of bugs that all stemmed from the same issue.

Vim - Speedy Salmon

Published by johnfn about 8 years ago

Hotfix for a bug introduced in 0.3.1 (and 0.3.2) that made it impossible to enter insert mode in some cases.

Vim - Dumb Dumbo

Published by johnfn about 8 years ago

Let's not talk about this one...

Vim - Gaudy Gengar

Published by jpoon about 8 years ago

Features

  • Multi-Cursor support can now run multiple deletes/changes/etc on a single line.
  • Multi-Cursor support now works better with Windows.

Bug bash!

  • @johnfn squashed a crap ton of bugs. Too many to list so I won't try.
  • @xconverge Thanks for helping fix #832, #841, #784, #846, and a couple of other fixes that weren't tracked by GH issues.
  • Thanks @kevincoleman. We have a new logo and it looks purrrty.
Vim - Furious Feline

Published by jpoon about 8 years ago

Multi-cursor support by @johnfn! If you have any feedback on this, please share it on https://github.com/VSCodeVim/Vim/issues/824

Special thanks to:

Vim - Eccentric Ewok

Published by jpoon about 8 years ago

  • Add vim.autoindent setting (Thanks @octref)
  • Support :wa[ll] (Thanks @mleech)
  • Support <C-r>, <C-e>, <C-d>, <C-y>, <C-h>, <C-u> (Thanks @rebornix)
  • Support :r (Thanks @dominic31)
  • Support substitution marks (Thanks @rebornix)
  • A variety of bug fixes #750, #759, #740, #743, #677, #772, #773, #769, #753, #785, #581, #747, #762, #701, #746 (Thanks @rebornix, @jgoz, @xconverge)
Vim - Compunctious Canary

Published by jpoon about 8 years ago

Vim - Buggy Baloney

Published by johnfn about 8 years ago

Fixes TONS of bugs. I can't even list them all. There are so many!

Thanks to

  • @sectioneight
  • @xconverge
  • @AntonAderum
  • @Platzer
  • @aminroosta
  • @octref

For their open-source contributions!