Vim regexp: Flags

Опубликовано: 27 Май 2026
на канале: learnbyexample
566
6

You can use flags to change the behavior of regular expressions with the `:substitute` command. For example, `g` to change all matches in a line instead of just the first one, `c` to interactively confirm/deny replacements, `i` to ignore case for search pattern and so on.

This video is based on my "Vim Reference Guide" ebook: https://github.com/learnbyexample/vim...