1
0
Fork 0
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:
Waldir Pimenta 2016-08-06 14:29:34 +01:00
parent abcdb8dee2
commit 1f0970401f

View file

@ -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>`