When doing search/replace in vim, I almost never need to use regex, so it\'s a pain to constantly be escaping everything, Is there a way to make it default to not using regex or
Use this option:
set nomagic
See :help /magic
:help /magic