Skip to content

Commit

Permalink
Update version and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
aioutecism committed Mar 14, 2016
1 parent 1ef7061 commit 1d77c81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
32 changes: 7 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Beta

This extension is in beta state. Functions may have bugs, but they will be fixed soon.

Feel free to open [issues](https://github.com/aioutecism/amVim-for-VSCode/issues) to report bugs or require functions.


# amVim for VSCode

![icon](images/icon.png)
Expand All @@ -17,12 +10,14 @@ The [Vim](http://www.vim.org/) mode for [Visual Studio Code](https://code.visual
- Vim style keybindings & looks
- Normal, Visual and Visual Line modes support
- Multi-cursor support
- Works with VSCode's default behaviors


## Not supported

- `:` started commands: Please use `Command Palette` (`Shift+Cmd+P` on OSX, `Shift+Ctrl+P` on Windows) instead.
- Visual Block mode: Please use multi-cursor instead.
- Visual Block mode: Please use multi-cursor instead for now.
- Custom keybindings: On the roadmap.


## Commands
Expand All @@ -35,28 +30,15 @@ Check the list [here](https://github.com/aioutecism/amVim-for-VSCode/issues/1).
You can overwrite default configurations in
[User and Workspace Settings](https://code.visualstudio.com/docs/customization/userandworkspace).

#### `amVim.keyboardLayout`

`String`, Default: `US QWERTY`

Your keyboard layout.

Values avaliable:

- `US QWERTY`
- `DE_CH QWERTZ`

**This won't be needed after VSCode v0.10.12 is released.**


#### `amVim.bindCtrlC`

`Boolean`, Default: `false`

Set to `true` to bind `Ctrl+C` as the same behaviour in Vim.


## Similar projects
## Contribution

Feel free to open [issues](https://github.com/aioutecism/amVim-for-VSCode/issues) to report bugs or require features.

- [74th/vscode-vim](https://github.com/74th/vscode-vim)
- [VSCodeVim/Vim](https://github.com/VSCodeVim/Vim)
[Pull requests](https://github.com/aioutecism/amVim-for-VSCode/pulls) are welcomed too!
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "amvim",
"version": "0.1.7-pre",
"version": "1.0.0",
"publisher": "auiworks",
"icon": "images/icon.png",
"displayName": "amVim Beta",
"displayName": "amVim",
"description": "The Vim mode for Visual Studio Code that works as expected.",
"galleryBanner": {
"color": "#232323",
Expand Down

0 comments on commit 1d77c81

Please sign in to comment.