Vim Search, to search for a word press * when you are on the word you want to search for (search forward)
n – search for next occurrence
N – search for next occurrence (backward)
# - Search for the word you are on (backward)
n – search for next occurrence (up)
N – search for next occurrence down
/ - search forward
? - search backward
/\c – search case insensitive
/\C – search case sensitive
/\(less than sign) \(greater than sign) - search for whole word (only)
/\/\* - to search for /* (need to escape special characters)
See the complete Vim playlist at:
https://www.youtube.com/watch?v=1lzXr-MztOU&list=PLy7Kah3WzqrEjsuvhT46fr28Q11oa5ZoI
See the complete Vim playlist in a single video at:
https://youtu.be/3G6kAEvbv2A
Website link:
https://thefrugalcomputerguy.com/linux/seriespg.php?ser=10002