8000 GitHub - josephliccini/Vim: Vim for Visual Studio Code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

josephliccini/Vim

 
 

Repository files navigation

Build Status Build status Slack Status

Vim

Vim emulation for Visual Studio Code.

Screenshot

Installation

  1. Install Visual Studio Code
  2. Open 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, db
    • 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 issues to see what we are working on next.

Getting started

  1. Install Visual Studio Code.
  2. Install Node.js with version > 4.0.0.
  3. Fork the repo.
  4. npm install
  5. gulp init
    • This step will install type definitions (using tsd).
  6. Create a topic branch.
  7. Ensure tests pass:
  8. Squash your commits.
  9. Submit your PR.

License

MIT

About

Vim for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 2.2%
0