Vim/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

# Vim
2015-11-17 09:39:04 +03:00
2015-12-16 03:52:03 +03:00
[![Build Status](https://travis-ci.org/VSCodeVim/Vim.svg?branch=master)](https://travis-ci.org/VSCodeVim/Vim) [![Build status](https://ci.appveyor.com/api/projects/status/github/vscodevim/vim?branch=master&svg=true&retina=true)](https://ci.appveyor.com/project/guillermooo/vim/branch/master) [![Slack Status](https://vscodevim-slackin.azurewebsites.net/badge.svg)](https://vscodevim-slackin.azurewebsites.net)
Vim (aka. VSCodeVim) is a [Visual Studio Code](https://code.visualstudio.com/) extension that enables the power of the Vim keybinding experience within Visual Studio Code.
2015-11-18 23:00:58 +03:00
2015-11-29 13:37:35 +03:00
![Screenshot](images/screen.png)
2015-11-18 23:00:58 +03:00
## 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](https://github.com/VSCodeVim/Vim/releases) 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: `>>`, `<<`
2015-11-30 04:40:54 +03:00
* Deletion: `dd`, `dw`, `db`
2015-11-29 11:38:12 +03:00
* Editing: `u`, `ctrl+r`
* File Operations: `:q`, `:w`
2015-11-18 23:00:58 +03:00
## License
2015-11-19 21:22:17 +03:00
2015-11-18 23:00:58 +03:00
[MIT](LICENSE.txt)