Merge pull request #37 from VSCodeVim/get-rdy-for-release

Update metadata getting ready for a release
This commit is contained in:
Jason Poon 2015-11-26 15:00:47 -08:00
commit 91673e326b
4 changed files with 51 additions and 5 deletions

View File

@ -1,12 +1,45 @@
[![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/0t6ljij7g5h0ddx8?svg=true)](https://ci.appveyor.com/project/guillermooo/vim) [![Slack Status](http://slackin.westus.cloudapp.azure.com/badge.svg)](http://slackin.westus.cloudapp.azure.com)
# Vim
# VSCodeVim
Vim emulation for Visual Studio Code. *Coming Soon!* :gift:
Vim emulation for Visual Studio Code.
## Contributing
![Screenshot](screen.png)
... would be awesome! Take a look at [Extension API](https://code.visualstudio.com/docs/extensionAPI/overview) on how to get started.
## Installation and Usage (*Coming Soon!* :gift:)
~~1. Install [Visual Studio Code](https://code.visualstudio.com/)~~
~~2. In the command palette (`Ctrl-Shift-P` or `Cmd-Shift-P`) select `Install Extension` and search for **vim**. Alternatively, run `ext install vscodevim`~~
## 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`
### Planned
In no particular order:
* Search: `/`
* Support Macros
* Buffers
* Neovim Integration
## Contributions
Contributions are extremely welcomed! Take a look at [Extension API](https://code.visualstudio.com/docs/extensionAPI/overview) on how to get started and our current [Issues](https://github.com/VSCodeVim/Vim/issues) to see what we are working on next.
## License

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,16 +1,29 @@
{
"name": "vscodevim",
"description": "Vim emulation for VS Code",
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"version": "0.0.1",
"publisher": "vscodevim",
"contributors": [
"guillermooo",
"jpoon"
],
"keywords": [
"Vim",
"Vi"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#a5c9a2",
"theme": "light"
},
"repository": {
"type": "git",
"url": "https://github.com/VSCodeVim/Vim.git"
},
"bugs": {
"url": "https://github.com/VSCodeVim/Vim/issues"
},
"license" : "https://github.com/VSCodeVim/Vim/blob/master/LICENSE",
"engines": {
"vscode": "0.10.x"

BIN
screen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB