Vim/README.md
2015-11-29 09:43:41 -08:00

1.4 KiB

Build Status Build status Slack Status

Vim

Vim emulation for Visual Studio Code.

Screenshot

Installation and Usage

  1. Install Visual Studio Code
  2. In the command palette (Ctrl-Shift-P or Cmd-Shift-P) select Install Extension and search for vim. Alternatively, run ext install vim

Project Status

Completed

  • 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
    • Indentation: >>, <<
    • Deletion: dd, dw
    • Editing: u, ctrl+r
    • File Operations: :q, :w

Planned

In no particular order:

  • Search: /
  • Support Macros
  • Buffers
  • Neovim Integration

Contributions

Contributions are extremely welcomed! Take a look at Extension API on how to get started and our current ssues to see what we are working on next.

License

MIT