vsub
A visual regex substitution tool
Commands
w
Write (save) the edited buffer to the opened file
s/
/
/
Substitutes all occurrences of fpat
with spat
. $c
= access capture group c
, $0
= whole match
s/
/
Removes all occurrences of pat
(substitutes with nothing)
p/
/
Highlights all occurrences of pat
(previews what s
would remove)