diff --git a/vimrc b/vimrc index 6e771d8..9bb2dd5 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,4 @@ +set nocompatible filetype off " required set ttyfast @@ -159,6 +160,8 @@ nnoremap ry diw"0P inoremap jk nnoremap co :!clear; +nnoremap gs :!clear; git status +nnoremap gd :!clear; git diff " netrw nnoremap ex :Ex