diff --git a/vim.md b/vim.md index 87c13e5f6..96d9bb3e6 100644 --- a/vim.md +++ b/vim.md @@ -43,7 +43,7 @@ Getting started #### Words | Shortcut | Description | -| --- | --- | +ff| --- | --- | | `b` _/_ `w` | Previous/next word | | `ge` _/_ `e` | Previous/next end of word | {: .-shortcuts} @@ -362,10 +362,12 @@ 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