reduced repetetiveness of descriptions
This commit is contained in:
@@ -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`
|
|
||||||
|
Reference in New Issue
Block a user