Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created July 13, 2017 14:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelstrom/869f71dfb196af481a70709476bce26c to your computer and use it in GitHub Desktop.
Save nelstrom/869f71dfb196af481a70709476bce26c to your computer and use it in GitHub Desktop.
function! MyFunction()
%s/ch/cx/ge
endfunction
" You can call the function as:
" :call MyFunction()
command! MyCommand call MyFunction()
" You can call the command as:
" :MyCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment