<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><br>Hello, <br>Vim has an option <br> set gdefault<br>to include the g option as default in the substitute :s command, i.e. to write:<br> 1) :%s/pattern/replace<br>but meaning instead<br> 2) :%s/pattern/replace/g<br>Also IIRC gdefault reverses the effect of g, ie. adding it results in command 1). <br><br>Is there a way to set the same option in Evil?<br><br>Thank you and great work with Evil,<br>Giovanni Maggiorani<br></div></div></body></html>