From 2a4cbe953f23539b7fa1b89e1b8914de0fbb70d0 Mon Sep 17 00:00:00 2001 From: Qwerty-Space Date: Wed, 8 Jul 2020 16:37:24 +0100 Subject: [PATCH] vim: Fix two minor errors (#1370) --- vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.md b/vim.md index 3ae3612cc..0553d52b1 100644 --- a/vim.md +++ b/vim.md @@ -372,7 +372,7 @@ 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 | +| `:set ff=unix` | Convert Windows line endings to Unix line endings | {: .-shortcuts} ### Command line