gitgutter mappings
This commit is contained in:
parent
128790eed4
commit
9c0362ffbe
4
vimrc
4
vimrc
|
@ -399,6 +399,10 @@ endif
|
||||||
|
|
||||||
" #plugin settings
|
" #plugin settings
|
||||||
|
|
||||||
|
" gitgutter
|
||||||
|
nmap ]h <Plug>GitGutterNextHunk
|
||||||
|
nmap [h <Plug>GitGutterPrevHunk
|
||||||
|
|
||||||
" Use the silver searcher ag command instead of grep
|
" Use the silver searcher ag command instead of grep
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
" Use ag over grep
|
" Use ag over grep
|
||||||
|
|
Loading…
Reference in New Issue