mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 12:17:58 +01:00
reduced repetetiveness of descriptions
This commit is contained in:
parent
5adbb1fa34
commit
abcdb8dee2
1 changed files with 12 additions and 8 deletions
|
@ -14,18 +14,22 @@
|
|||
|
||||
`view {{file}}`
|
||||
|
||||
- Exit vim:
|
||||
- switch to normal mode
|
||||
|
||||
`[Esc] (to switch to normal mode), then :q`
|
||||
`<esc>`
|
||||
|
||||
- switch to insert mode
|
||||
|
||||
`<esc> i <enter>`
|
||||
|
||||
- exit vim
|
||||
|
||||
`<esc> :q <enter>`
|
||||
|
||||
- save file in vim
|
||||
|
||||
`[Esc] (to switch to normal mode), then :w`
|
||||
`<esc> :w <enter>`
|
||||
|
||||
- save file then exit vim
|
||||
|
||||
`[Esc] (to switch to normal mode), then :wq`
|
||||
|
||||
- switch to edit (insert) mode
|
||||
|
||||
`[Esc] (to switch to normal mode), then i`
|
||||
`<esc> :wq <enter>`
|
||||
|
|
Loading…
Reference in a new issue