gitgutter mappings

This commit is contained in:
ManjaroOne666 2018-02-23 13:31:14 +00:00
commit 9c0362ffbe

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