Merge pull request #1368 from Qwerty-Space/patch-2
Command to convert newlines from Windows to Unix
This commit is contained in:
commit
1caa08f0ca
4
vim.md
4
vim.md
|
@ -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,8 @@ 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}
|
||||
|
||||
### Command line
|
||||
|
|
Loading…
Reference in New Issue