Vim for Visual Studio Code
Go to file
2015-12-29 21:46:30 -08:00
.vscode scaffold project 2015-11-12 20:51:40 +01:00
images fix package in order to publish 2015-11-29 02:37:35 -08:00
src Lock down package.json versions 2015-12-29 21:35:03 -08:00
test Lock down package.json versions 2015-12-29 21:35:03 -08:00
typings scaffold project 2015-11-12 20:51:40 +01:00
.gitignore Lock down package.json versions 2015-12-29 21:35:03 -08:00
.travis.yml Lock down package.json versions 2015-12-29 21:35:03 -08:00
.vscodeignore scaffold project 2015-11-12 20:51:40 +01:00
appveyor.yml Fixes #73 and #24. Making the personal token public in order to properly 2015-12-01 12:14:03 -08:00
CONTRIBUTING.md Motion 2015-12-29 13:16:44 -08:00
extension.ts Lazy load motion in attempt to fix #93 2015-12-09 00:49:48 -08:00
gulpfile.js gulp: add trim-whitespace task 2015-12-01 17:53:31 -08:00
LICENSE Initial commit 2015-11-12 01:02:24 -08:00
package.json Merge branch 'master' of github.com:VSCodeVim/Vim 2015-12-29 21:46:30 -08:00
README.md Update slackin link 2015-12-15 16:52:03 -08:00
tsconfig.json scaffold project 2015-11-12 20:51:40 +01:00
tsd.json update lodash tsd to latest 2015-11-26 01:41:36 -08:00
tslint.json gulp: add trim-whitespace task 2015-12-01 17:53:31 -08:00

Vim

Build Status Build status Slack Status

Vim (aka. VSCodeVim) is a Visual Studio Code extension that enables the power of the Vim keybinding experience within Visual Studio Code.

Screenshot

Install

  1. Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P)
  2. Select Install Extension and search for 'vim' or run ext install vim

Project Status

See our release notes for full details.

Completed

  • Switching Modes:

    • Visual: v, V
    • Command: Esc, Ctrl+[
    • Insert: i, I, a, A, o, O
    • Current Mode displayed in the status bar in the bottom left
  • Commands:

    • Command Palette: :
    • Navigation: h, j, k, l, w, b, gg, G, $, ^, w, b
    • Indentation: >>, <<
    • Deletion: dd, dw, db
    • Editing: u, ctrl+r
    • File Operations: :q, :w

License

MIT