vim.md: apply formatting conventions
This commit is contained in:
@@ -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>`
|
||||||
|
Reference in New Issue
Block a user