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:
parent
314a240945
commit
5adbb1fa34
1 changed files with 4 additions and 4 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue