-
-
Notifications
You must be signed in to change notification settings - Fork 2
14.2. Insert Mode
Shin Okada edited this page Aug 1, 2015
·
4 revisions
Some keystrokes which you can use for termainal as well
Keystrokes | Effect |
---|---|
<C-h> | Delete back one character |
<C-w> | Delete back one word |
<C-u> | Delete back to start of line |
Keystrokes | Effect |
---|---|
<C-[> | Switch to normal mode |
<C-o> | Switch to Insert Normal mode |
Insert normal mode gives us to fire off a single command.
<C-o>zz
<C-r>0 # 1, 2, 3, ... a, b, c, ...
# check your registers
:reg
Important: The Tables of Content are generated. Any change will be overridden on the next update.
For more information: GitHub Wikifier