From f609cf3eb9cc89503b48b5402aada00855bc2a7a Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Sun, 13 Apr 2025 17:12:21 +0530 Subject: [PATCH] update --- vim-commands | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim-commands b/vim-commands index a449342..2690d0a 100644 --- a/vim-commands +++ b/vim-commands @@ -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 + : To bring the focus of vision to the centre + z + : 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