vim text editor > Replace > Flashcards
replace pattern with string according to flags
:s/pattern/string/flags
flag: replace all occurrences of pattern
g
flag: confirm replaces
c
repeat last :s command
&