Back to Browse

Vim (07) – Search pt1

9.6K views
Sep 16, 2017
8:22

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

Download

1 formats

Video Formats

360pmp412.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Vim (07) – Search pt1 | NatokHD