mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
navigation
This commit is contained in:
13
modes.txt
Normal file
13
modes.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Anything you type in normal mode is a command.
|
||||
|
||||
To enter insert mode, type "i" while in normal mode.
|
||||
|
||||
To leave insert mode, press Escape.
|
||||
|
||||
To enter line mode, type ":" while in normal mode.
|
||||
|
||||
After a command completes in line mode you are returned to normal mode.
|
||||
|
||||
You can also leave command mode by pressing Escape.
|
||||
|
||||
Now you're editing!
|
||||
Reference in New Issue
Block a user