github VSCodeVim/Vim 0.6.12
Rabid Rhinoceros

latest releases: v1.32.1, v1.32.0, v1.31.0...
8 years ago
  • 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

Don't miss a new Vim release

NewReleases is sending notifications on new releases.