1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 19:55:24 +02:00

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`