Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (24 loc) · 1.16 KB

Beta

This extension is in beta state. Functions may have bugs, but they will be fixed soon.

Feel free to open issues to report bugs or require functions.

amVim for VSCode

icon

The Vim mode for Visual Studio Code that works as expected.

Key features

  • Vim style keybindings & looks
  • Normal, Visual and Visual Line modes support
  • Multi-cursor support

Not supported

  • : started commands: Please use Command Palette (Shift+Cmd+P on OSX, Shift+Ctrl+P on Windows) instead.
  • Visual Block mode: Please use multi-cursor instead.

Commands

Check the list here.

Configuration

You can overwrite default configurations in User and Workspace Settings.

amVim.bindCtrlC

Boolean, Default: false

Set to true to bind Ctrl+C as the same behaviour in Vim.

Similar projects