mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53:51 -05:00
Map cmt to :Git mergetool
References https://github.com/tpope/vim-fugitive/issues/1329
This commit is contained in:
@@ -5946,6 +5946,7 @@ function! fugitive#MapJumps(...) abort
|
||||
|
||||
nnoremap <buffer> cm<Space> :Git merge<Space>
|
||||
nnoremap <buffer> cm<CR> :Git merge<CR>
|
||||
nnoremap <buffer> cmt :Git mergetool
|
||||
nnoremap <buffer> <silent> cm? :help fugitive_cm<CR>
|
||||
|
||||
nnoremap <buffer> cz<Space> :Git stash<Space>
|
||||
|
||||
Reference in New Issue
Block a user