aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/fugitive.plug
blob: 8dd25b22fa9cd04ab2a11a8efa0cf13284540156 (plain)
1
2
3
4
5
6
7
" vim: ft=vim

Plug 'tpope/vim-fugitive'

nnoremap <silent> <leader>gl :Gclog! -- %<CR>
nnoremap <silent> <leader>gd :Gdiffsplit <CR>
nnoremap <silent> <leader>gs :G<CR>