Merge pull request #1368 from Qwerty-Space/patch-2

Command to convert newlines from Windows to Unix
This commit is contained in:
Rico Sta. Cruz 2020-02-23 20:32:46 +11:00 committed by GitHub
commit 1caa08f0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

12
vim.md
View File

@ -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}
@ -362,10 +362,12 @@ Do these in visual or normal mode.
### Misc ### Misc
| Shortcut | Description | | Shortcut | Description |
| --- | --- | | --- | --- |
| `.` | 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 |
{: .-shortcuts} {: .-shortcuts}
### Command line ### Command line