vim: Fix two minor errors (#1370)
This commit is contained in:
parent
16588e2efe
commit
2a4cbe953f
2
vim.md
2
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
|
||||
|
|
Loading…
Reference in New Issue