From 657a9233fd222f67603f852c2f5aa9ee545d4615 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 8 Nov 2022 20:45:42 -0800 Subject: [PATCH] :memo: Noted search in vim */# --- nvim_custom_keys.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index 56ffdba5..28ff7e03 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -92,6 +92,9 @@ shift + t -same as shift + f, but goes backwards to one character before entered ; - after f or t search of character, iterates over to the next instance of it in the line , - after f or t search of character, iterates over to the last instance of it in the line +* - search forward the word currently under the cursor +# - search backward the word currently under the cursor + GOOD FOR USE WITHIN FUNCTITON ENCAPSULATIONS [{ - go to beginning encapsulation that begins with { ( can also be used with '(' ) ]} - got o the ending encapsulation that ends with } ( can also be used with ')' )