mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
update
This commit is contained in:
@@ -9,8 +9,10 @@ Normal mode commands:
|
||||
|
||||
ctrl + f: To do page down. Similar to page down button.
|
||||
ctrl + b: To do page up. Similar to page up button.
|
||||
z + <enter>: To bring the focus of vision to the centre
|
||||
z + <enter>: To bring the focus of vision to the top
|
||||
where the cursor is currently present.
|
||||
z + z: To bring the focus of vision to the center
|
||||
where the cursor is currently present.
|
||||
w: To move the cursor by one word on the file. It include the
|
||||
punctuation as a word.(move one word forward)
|
||||
W: To move the cursor by one word on file. It don't include the
|
||||
|
||||
Reference in New Issue
Block a user