mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Use old commands for fugitive, new "Git something" is kind of annoying
This commit is contained in:
4
vimrc
4
vimrc
@@ -464,6 +464,10 @@ vmap <expr> <C-UP> DVB_Drag('up')
|
|||||||
vmap <expr> D DVB_Duplicate()
|
vmap <expr> D DVB_Duplicate()
|
||||||
let g:DVB_TrimWS = 1
|
let g:DVB_TrimWS = 1
|
||||||
"}}}
|
"}}}
|
||||||
|
"Fugitive {{{2
|
||||||
|
" I like simple G* commands, i.e. Gblame over Git blame
|
||||||
|
let g:fugitive_legacy_commands = 1
|
||||||
|
"}}}
|
||||||
"Gundo {{{2
|
"Gundo {{{2
|
||||||
map <Leader>u :GundoToggle<cr>
|
map <Leader>u :GundoToggle<cr>
|
||||||
let g:gundo_prefer_python3 = 1
|
let g:gundo_prefer_python3 = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user