diff --git a/vim/vimrc b/vim/vimrc index ba290ee..df90736 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -44,6 +44,12 @@ let g:gitgutter_override_sign_column_highlight = 1 highlight SignColumn ctermbg=none set updatetime=100 +" +" Magit plugin config +" +nnoremap gs :Magit " git status +nnoremap gp :! git push " git Push + " " NERDTree plugin config "