[vim] git revert hunk hotkey added

This commit is contained in:
2022-08-21 16:42:21 +03:00
parent d915a88a8a
commit 418931a37f

View File

@@ -68,6 +68,7 @@ let g:Powerline_symbols='unicode' " Unicode support
" "
let g:gitgutter_override_sign_column_highlight = 1 let g:gitgutter_override_sign_column_highlight = 1
set updatetime=100 set updatetime=100
nnoremap <leader>gu :GitGutterUndoHunk<CR> " undo git change under the line
" "
" Magit plugin config " Magit plugin config