Skip to content

Commit

Permalink
remove coming soon tag from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon committed Nov 29, 2015
1 parent c7f9490 commit b28df21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vim emulation for Visual Studio Code.

![Screenshot](images/screen.png)

## Installation and Usage (*Coming Soon!* :gift:)
## Installation and Usage

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`
Expand All @@ -27,6 +27,7 @@ Vim emulation for Visual Studio Code.
* Indentation: `>>`, `<<`
* Deletion: `dd`, `dw`
* Editing: `u`, `ctrl+r`
* File Operations: `:q`

### Planned

Expand Down

0 comments on commit b28df21

Please sign in to comment.