more gitgutter mappings
This commit is contained in:
parent
9c0362ffbe
commit
ffcff09221
4
vimrc
4
vimrc
|
@ -402,6 +402,10 @@ endif
|
||||||
" gitgutter
|
" gitgutter
|
||||||
nmap ]h <Plug>GitGutterNextHunk
|
nmap ]h <Plug>GitGutterNextHunk
|
||||||
nmap [h <Plug>GitGutterPrevHunk
|
nmap [h <Plug>GitGutterPrevHunk
|
||||||
|
omap ih <Plug>GitGutterTextObjectInnerPending
|
||||||
|
omap ah <Plug>GitGutterTextObjectOuterPending
|
||||||
|
xmap ih <Plug>GitGutterTextObjectInnerVisual
|
||||||
|
xmap ah <Plug>GitGutterTextObjectOuterVisual
|
||||||
|
|
||||||
" Use the silver searcher ag command instead of grep
|
" Use the silver searcher ag command instead of grep
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
|
|
Loading…
Reference in New Issue