reduced repetetiveness of descriptions

waldyrious/alt-syntax
shoeletz 2016-01-05 17:07:51 -05:00 committed by Waldir Pimenta
parent 5adbb1fa34
commit abcdb8dee2
1 changed files with 12 additions and 8 deletions

View File

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