Skip to content

Commit

Permalink
Merge pull request #37 from VSCodeVim/get-rdy-for-release
Browse files Browse the repository at this point in the history
Update metadata getting ready for a release
  • Loading branch information
jpoon committed Nov 26, 2015
2 parents 9b91655 + 25973be commit 91673e3
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 5 deletions.
41 changes: 37 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file added screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91673e3

Please sign in to comment.