- 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
}