mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
7 lines
154 B
VimL
7 lines
154 B
VimL
" fugitive.vim
|
|
" https://github.com/tpope/vim-fugitive
|
|
|
|
nnoremap <leader>gd :Gvdiffsplit!<CR>
|
|
nnoremap gdh :diffget //2<CR>
|
|
nnoremap gdl :diffget //3<CR>
|