Coming from vim, I could add a pre-defined find/replace by using the 'command' keyword in the .vimrc file and give it a command name.
What would be the equivalent on atom, to be able to, essentially, define a find/replace regex and save it as a new command to call up whenever needed?