diff --git a/plugin/mappings.vim b/plugin/mappings.vim index b969812..1af5317 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -2,9 +2,12 @@ nnoremap fi :YcmCompleter FixIt nnoremap gd :YcmCompleter GoTo nnoremap gt :YcmCompleter GetType -nnoremap gp :YcmCompleter GetParent nnoremap sd :YcmShowDetailedDiagnostic +" GitGutter +nnoremap gn :GitGutterNextHunk +nnoremap gp :GitGutterPrevHunk + " Quickfix list nnoremap qo :copen nnoremap qc :cclose