diff --git a/README.md b/README.md index 5c92229..fbe40ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ A deep cleanup to vim configuration -- remove unused plugins and colorscheme -- fix nerdtree +- ~~remove unused plugins and colorscheme~~ +- ~~fix nerdtree~~ - git support -- terminal support +- ~~terminal support~~ - airline improve +- study surround plugin diff --git a/vimrc b/vimrc index 0268b43..340f523 100644 --- a/vimrc +++ b/vimrc @@ -139,6 +139,8 @@ nnoremap tt :below terminal " GIT """"""""""""""" nnoremap gg :GitGutterLineHighlightsToggle +nnoremap gc :GitCommit +nnoremap gs :GitStatus " """"""""""""""""" " Airline customizations