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. + +