diff --git a/editors/vim/vimrc b/editors/vim/vimrc index 39a9c0f..b837c99 100644 --- a/editors/vim/vimrc +++ b/editors/vim/vimrc @@ -4,11 +4,15 @@ source ~/.vim/ui.vim source ~/.vim/autocommands.vim source ~/.vim/bundles.vim +" This helps with RVM etc +set shell=zsh + " For when you forget to sudo.. Really Write the file. cmap w!! w !sudo tee % >/dev/null -" This helps with RVM etc -set shell=zsh +" Send visual selection to gist.github.com +" Requires gist (brew install gist) +vnoremap G :w !gist -p -t %:e \| pbcopy " CTags map rt :!ctags --extra=+f -R *