mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add mappings for fugitive
This commit is contained in:
6
nvim/plugin-config/fugitive.vim
Normal file
6
nvim/plugin-config/fugitive.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" fugitive.vim
|
||||
" https://github.com/tpope/vim-fugitive
|
||||
|
||||
nnoremap <leader>gd :Gvdiffsplit!<CR>
|
||||
nnoremap gdh :diffget //2<CR>
|
||||
nnoremap gdl :diffget //3<CR>
|
||||
Reference in New Issue
Block a user