diff --git a/vimrc b/vimrc index ba90175..20848cc 100644 --- a/vimrc +++ b/vimrc @@ -77,6 +77,8 @@ Plugin 'Valloric/YouCompleteMe' " gitgutter " https://github.com/airblade/vim-gitgutter/blob/master/README.mkd Plugin 'airblade/vim-gitgutter' +" vim-peekaboo +Plugin 'junegunn/vim-peekaboo' " All of your Plugins must be added before the following line call vundle#end() " required @@ -170,7 +172,7 @@ nnoremap gd :!clear; git diff nnoremap ga :!clear; git add %; git status nnoremap gA :!clear; git add .; git status nnoremap gc :!clear; git commit -m '' -nnoremap gp :!clear; git push +nnoremap gp :!clear; echo 'Git push ...'; git push nnoremap gl :!clear; git log " netrw @@ -416,6 +418,9 @@ endif " #plugin settings +" vim-peekaboo +let g:peekaboo_window = 'vert to 30new' + " gitgutter nmap ]h GitGutterNextHunk nmap [h GitGutterPrevHunk