VSCodeNeovim
VSCodeNeovim copied to clipboard
A rewrite of VSCodeVim, backed by neovim. Still in development, not meant for use.
* Click *thumbs-up* 👍 on this issue if you want it! * Click *confused* 😕 on this issue if not having it makes VSCodeVim unusable. The VSCodeVim team prioritizes issues...
Open a file with folds. Navigating up and down with j/k will jump over whole sections where the folds occur. Performing `zn` to open all folds fixes the experience. VSCodeNeovim...
I think we should rethink keybindings. I've always thought the huge package.json thing where there's a bunch of arbitrary conditions on each key was a bit of a mess. I...
Would be really nice to have shortcut to enable and disable vim mode. It would be good for pair programming.
I think that's the way to go. URI's can define custom read files and such.
The unit tests for VSCodeVim were awesome. @rebornix mentioned [spectron](https://electron.atom.io/spectron/) as a possibility? One other thing we might want is performance testing.
There's a couple ideas we can do for this. 1. I think we should try our best to use whatever highlights Vim provides, possibly? We can set a bunch of...
If you have a file like ``` jjjjjj | ``` and you have `imap jj `, autocompleting the `jjjjj` will cause you to leave insert mode, and not have the...