Update vim.md
This commit is contained in:
parent
9ba6e49d36
commit
d8b2a29afa
3
vim.md
3
vim.md
|
@ -43,7 +43,7 @@ Getting started
|
||||||
#### Words
|
#### Words
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
ff| --- | --- |
|
||||||
| `b` _/_ `w` | Previous/next word |
|
| `b` _/_ `w` | Previous/next word |
|
||||||
| `ge` _/_ `e` | Previous/next end of word |
|
| `ge` _/_ `e` | Previous/next end of word |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
@ -366,6 +366,7 @@ Do these in visual or normal mode.
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `.` | Repeat last command |
|
| `.` | Repeat last command |
|
||||||
| `]p` | Paste under the current indentation level |
|
| `]p` | Paste under the current indentation level |
|
||||||
|
| --- | --- |
|
||||||
| `:ff=unix` | Convert Windows line endings to Unix line endings |
|
| `:ff=unix` | Convert Windows line endings to Unix line endings |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue