Command to convert newlines from Windows to Unix

This commit is contained in:
Qwerty-Space 2020-02-21 23:10:35 +00:00 committed by GitHub
parent b5cd93a09f
commit 9ba6e49d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

9
vim.md
View File

@ -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