You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,7 +9,7 @@ Vim emulation for Visual Studio Code.
9
9
## Installation and Usage
10
10
11
11
1. Install [Visual Studio Code](https://code.visualstudio.com/)
12
-
2. In the command palette (`Ctrl-Shift-P` or `Cmd-Shift-P`) select `Install Extension` and search for **vim**. Alternatively, run `ext install vscodevim`
12
+
2. In the command palette (`Ctrl-Shift-P` or `Cmd-Shift-P`) select `Install Extension` and search for **vim**. Alternatively, run `ext install vim`
13
13
14
14
## Project Status
15
15
@@ -27,7 +27,7 @@ Vim emulation for Visual Studio Code.
27
27
* Indentation: `>>`, `<<`
28
28
* Deletion: `dd`, `dw`
29
29
* Editing: `u`, `ctrl+r`
30
-
* File Operations: `:q`
30
+
* File Operations: `:q`, `:w`
31
31
32
32
### Planned
33
33
@@ -40,7 +40,7 @@ In no particular order:
40
40
41
41
## Contributions
42
42
43
-
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.
43
+
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 [ssues](https://github.com/VSCodeVim/Vim/issues) to see what we are working on next.
0 commit comments