Update vim.md

This commit is contained in:
shoeletz
2015-12-29 21:24:21 -05:00
committed by Waldir Pimenta
parent 314a240945
commit 5adbb1fa34

View File

@@ -16,16 +16,16 @@
- Exit vim:
`[Esc] (to switch to command mode), then :q`
`[Esc] (to switch to normal mode), then :q`
- save file in vim
`[Esc] (to switch to command mode), then :w`
`[Esc] (to switch to normal mode), then :w`
- save file then exit vim
`[Esc] (to switch to command mode), then :wq`
`[Esc] (to switch to normal mode), then :wq`
- switch to edit (insert) mode
`[Esc] (to switch to command mode), then i`
`[Esc] (to switch to normal mode), then i`