Update vim.md

This commit is contained in:
Rico Sta. Cruz 2020-02-23 20:32:37 +11:00 committed by GitHub
parent 9ba6e49d36
commit d8b2a29afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
vim.md
View File

@ -43,7 +43,7 @@ Getting started
#### Words
| Shortcut | Description |
| --- | --- |
ff| --- | --- |
| `b` _/_ `w` | Previous/next word |
| `ge` _/_ `e` | Previous/next end of word |
{: .-shortcuts}
@ -366,6 +366,7 @@ Do these in visual or normal mode.
| --- | --- |
| `.` | Repeat last command |
| `]p` | Paste under the current indentation level |
| --- | --- |
| `:ff=unix` | Convert Windows line endings to Unix line endings |
{: .-shortcuts}