forked from Botanical/BotanJS
Update README.md
This commit is contained in:
parent
062e9d8bb9
commit
63575ce2e6
17
README.md
17
README.md
@ -11,16 +11,23 @@ hjkl
|
|||||||
G
|
G
|
||||||
Ctrl + f, Ctrl + b
|
Ctrl + f, Ctrl + b
|
||||||
%$^
|
%$^
|
||||||
|
nN
|
||||||
|
/{pattern}
|
||||||
|
|
||||||
INSERT:
|
INSERT:
|
||||||
aA i
|
aA i
|
||||||
|
oO
|
||||||
|
|
||||||
commands that starts with g:
|
commands that starts with g:
|
||||||
gg
|
gg
|
||||||
g8
|
g8
|
||||||
|
|
||||||
VISUAL:
|
VISUAL:
|
||||||
v ( viw, vi{bracket} )
|
v{motion} ( viw, vi{bracket} )
|
||||||
|
v{motion}y // YANK
|
||||||
|
|
||||||
|
YANK / DELETE:
|
||||||
|
iw, i{bracket}
|
||||||
|
|
||||||
Undo / Redo: ( might have bugs, please file issue if bugged. But I think I will finish other features first if it is not very critical )
|
Undo / Redo: ( might have bugs, please file issue if bugged. But I think I will finish other features first if it is not very critical )
|
||||||
u / Ctrl + r
|
u / Ctrl + r
|
||||||
@ -40,9 +47,8 @@ This is based on a framework I wrote called BotanJS. Which is a frontend framewo
|
|||||||
|
|
||||||
If you are also interested in [BotanJS](https://github.com/tgckpg/BotanJS). Please head to the project page [here](https://github.com/tgckpg/BotanJS). *Warning*, it might NOT be easy to understand.
|
If you are also interested in [BotanJS](https://github.com/tgckpg/BotanJS). Please head to the project page [here](https://github.com/tgckpg/BotanJS). *Warning*, it might NOT be easy to understand.
|
||||||
|
|
||||||
### I made this
|
### Why make another one?
|
||||||
You made this? I made this.
|
Because [wasavi](https://github.com/akahuku/wasavi) in firefox does not work for me. I know peoples are busy so fuck me I am going to make one myself, alright?
|
||||||
Because I LOVE Vim, and [wasavi](https://github.com/akahuku/wasavi) in firefox does not work for me. I know peoples are busy so fuck me I am going to make one myself, alright?
|
|
||||||
|
|
||||||
### Use wasavi if you can
|
### Use wasavi if you can
|
||||||
#### [wasavi! wasavi! wasavi!](https://github.com/akahuku/wasavi)
|
#### [wasavi! wasavi! wasavi!](https://github.com/akahuku/wasavi)
|
||||||
@ -52,3 +58,6 @@ I tried porting it into the browser tho. But I am too stupid to do that. But sti
|
|||||||
|
|
||||||
### How can I contribute?
|
### How can I contribute?
|
||||||
First, you need to understand the framework behind it. Then file a merge request. Sounds easy right?... prepare to DIEEE!
|
First, you need to understand the framework behind it. Then file a merge request. Sounds easy right?... prepare to DIEEE!
|
||||||
|
|
||||||
|
### You made this? I made this.
|
||||||
|
Licensed under GNU Pubic License
|
||||||
|
Loading…
Reference in New Issue
Block a user