Command to convert newlines from Windows to Unix
This commit is contained in:
parent
b5cd93a09f
commit
9ba6e49d36
9
vim.md
9
vim.md
|
@ -362,10 +362,11 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue