消灭emoji

This commit is contained in:
miles 2020-11-16 16:59:52 +08:00
parent d77c5a090d
commit b3c834baa3

View File

@ -42,29 +42,29 @@ C-x C-v | Paste text from system clipboard |
Shortcut | Function | Shortcut | Function |
:-------:|:--------:| :-------:|:--------:|
o |insert a new line below| `o` |insert a new line below|
S-o |insert a new line above| `S-o` |insert a new line above|
0 |go to the beginning of the line| `0` |go to the beginning of the line|
$ |go to the end of the line| `$` |go to the end of the line|
v |enter character selection mode| `v` |enter character selection mode|
x |delete selected content| `x` |delete selected content|
V |enter line selection mode| `V` |enter line selection mode|
y |copy selected content| `y` |copy selected content|
p |paste copied content| `p` |paste copied content|
Ctrl+u |page up| `Ctrl+u` |page up|
Ctrl+d |page down| `Ctrl+d` |page down|
:w |save file| `:w` |save file|
:q |quit vim| `:q` |quit vim|
:/ keyword|search| `:/ keyword`|search|
n |go to the next content| `n` |go to the next content|
S-N |go to the previous content| `S-N` |go to the previous content|
w |move forward one word| `w` |move forward one word|
b |move back one word| `b` |move back one word|
gg |move to the top of the file| `gg` |move to the top of the file|
S-G |move to the bottom of the file| `S-G` |move to the bottom of the file|
Ctrl+\ |show(hide) the Buffers| `Ctrl+\` |show(hide) the Buffers|
[spc] c l|(un)comment the selected line| `[spc] c l`|(un)comment the selected line|
%s key1/key2/g|replace Key1 with Key2| `%s key1/key2/g`|replace Key1 with Key2|
#### vim && markdown #### vim && markdown
* Install `prettier`: `yarn global add prettier` or `npm install --global prettier` * Install `prettier`: `yarn global add prettier` or `npm install --global prettier`