gitgutter mappings
This commit is contained in:
parent
128790eed4
commit
9c0362ffbe
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue