mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 17:46:02 +02:00
vim.md: apply formatting conventions
This commit is contained in:
parent
abcdb8dee2
commit
1f0970401f
1 changed files with 5 additions and 5 deletions
|
@ -14,22 +14,22 @@
|
||||||
|
|
||||||
`view {{file}}`
|
`view {{file}}`
|
||||||
|
|
||||||
- switch to normal mode
|
- Switch to normal mode:
|
||||||
|
|
||||||
`<esc>`
|
`<esc>`
|
||||||
|
|
||||||
- switch to insert mode
|
- Switch to insert mode:
|
||||||
|
|
||||||
`<esc> i <enter>`
|
`<esc> i <enter>`
|
||||||
|
|
||||||
- exit vim
|
- Exit vim:
|
||||||
|
|
||||||
`<esc> :q <enter>`
|
`<esc> :q <enter>`
|
||||||
|
|
||||||
- save file in vim
|
- Save file in vim:
|
||||||
|
|
||||||
`<esc> :w <enter>`
|
`<esc> :w <enter>`
|
||||||
|
|
||||||
- save file then exit vim
|
- Save file then exit vim:
|
||||||
|
|
||||||
`<esc> :wq <enter>`
|
`<esc> :wq <enter>`
|
||||||
|
|
Loading…
Add table
Reference in a new issue