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
|
||||
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `.` | Repeat last command |
|
||||
| `]p` | Paste under the current indentation level |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `.` | 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