mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 22:35:58 +02: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}}`
|
`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
|
- save file in vim
|
||||||
|
|
||||||
`[Esc] (to switch to normal mode), then :w`
|
`<esc> :w <enter>`
|
||||||
|
|
||||||
- save file then exit vim
|
- save file then exit vim
|
||||||
|
|
||||||
`[Esc] (to switch to normal mode), then :wq`
|
`<esc> :wq <enter>`
|
||||||
|
|
||||||
- switch to edit (insert) mode
|
|
||||||
|
|
||||||
`[Esc] (to switch to normal mode), then i`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue