gitgutter mappings

This commit is contained in:
ManjaroOne666 2018-02-23 13:31:14 +00:00
parent 128790eed4
commit 9c0362ffbe
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -399,6 +399,10 @@ endif
" #plugin settings
" gitgutter
nmap ]h <Plug>GitGutterNextHunk
nmap [h <Plug>GitGutterPrevHunk
" Use the silver searcher ag command instead of grep
if executable('ag')
" Use ag over grep