@leohenon/pi-vim 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# pi-vim
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@leohenon/pi-vim)
|
|
4
|
+
|
|
5
|
+
Vim mode for [pi](https://github.com/badlogic/pi-mono).
|
|
4
6
|
|
|
5
7
|
Normal, insert, visual, and replace modes with motions, text objects, yank/put, and undo/redo.
|
|
6
8
|
|
|
@@ -127,3 +129,6 @@ pi-vim/
|
|
|
127
129
|
package.json
|
|
128
130
|
README.md
|
|
129
131
|
```
|
|
132
|
+
|
|
133
|
+
> [!NOTE]
|
|
134
|
+
> If you run into any bugs, please open an issue.
|