6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
" fugitive.git
|
|
" ========================================
|
|
" For fugitive.git, dp means :diffput. Define dg to mean :diffget
|
|
nnoremap <silent> ,dg :diffget<CR>
|
|
nnoremap <silent> ,dp :diffput<CR>
|