Vim for Visual Studio Code
Go to file
Jason Poon 7c32530c0e Implements basic key bindings in the various modes.
* Toggling between modes using 'esc' and insert keys

Supported Commands:
Insert Mode - i, I, a, A, o, O
Command Mode - h, j, k, l
2015-11-20 02:13:19 -08:00
.vscode scaffold project 2015-11-12 20:51:40 +01:00
src Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
test Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
typings scaffold project 2015-11-12 20:51:40 +01:00
.gitignore enable running of certain tests with gulp 2015-11-18 01:36:29 -08:00
.travis.yml Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
.vscodeignore scaffold project 2015-11-12 20:51:40 +01:00
appveyor.yml Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
extension.ts Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
gulpfile.js implement basic command mode 2015-11-19 01:24:53 -08:00
LICENSE Initial commit 2015-11-12 01:02:24 -08:00
package.json Implements basic key bindings in the various modes. 2015-11-20 02:13:19 -08:00
README.md edit readme 2015-11-19 19:23:13 +01:00
tsconfig.json scaffold project 2015-11-12 20:51:40 +01:00
tsd.json implement basic command mode 2015-11-19 01:24:53 -08:00
tslint.json implement basic command mode 2015-11-19 01:24:53 -08:00

Build Status Build status

Vim

Vim emulation for Visual Studio Code. Coming Soon! 🎁

Contributing

... would be awesome! Take a look at Extension API on how to get started.

License

MIT