From dfa6cd3135ee86055cc74c7a7e8c014f68cf7081 Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Tue, 22 Apr 2025 13:50:03 +0530 Subject: [PATCH] update --- vim-commands | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vim-commands b/vim-commands index 6722932..aed6b57 100644 --- a/vim-commands +++ b/vim-commands @@ -118,3 +118,10 @@ Line mode: (CTRL+i): Take you to the location where the next search is done in the document. + + (CTRL+]): Place the cursor on the "subject" you want to search (for ex. linewise) + and press this command. + + Note: Anything between [] in help documentation means it is optional in vim. + +