diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -41,9 +41,6 @@ let s:filename = expand('') Plug 'vimwiki/vimwiki' - Plug 'tpope/vim-fugitive' - Plug 'ludovicchabant/vim-lawrencium' - Plug 'Shougo/vinarise.vim' Plug 'asciidoc/vim-asciidoc' Plug 'vim-perl/vim-perl' @@ -126,11 +123,17 @@ noremap tm :Tabularize methods a :call vimrc#AutoFmtToggle() -" Command Aliases {{{ +" Commands & Aliases {{{ command! -nargs=+ CAlias call vimrc#CommandAlias() +command! Gcd call vimrc#Gcd() +command! Hgcd call vimrc#Hgcd() + CAlias Q q CAlias W w +CAlias gcd Gcd +CAlias hgcd Hgcd + " make these default to one window/buffer too CAlias doc ViewDoc! CAlias help ViewDocHelp!