From 9ba6e49d36c332eba0bc510c28d540e5c19397d8 Mon Sep 17 00:00:00 2001 From: Qwerty-Space Date: Fri, 21 Feb 2020 23:10:35 +0000 Subject: [PATCH] Command to convert newlines from Windows to Unix --- vim.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vim.md b/vim.md index 87c13e5f6..feafb6e1f 100644 --- a/vim.md +++ b/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