mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -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<Space> :Git merge<Space>
|
||||||
nnoremap <buffer> cm<CR> :Git merge<CR>
|
nnoremap <buffer> cm<CR> :Git merge<CR>
|
||||||
|
nnoremap <buffer> cmt :Git mergetool
|
||||||
nnoremap <buffer> <silent> cm? :help fugitive_cm<CR>
|
nnoremap <buffer> <silent> cm? :help fugitive_cm<CR>
|
||||||
|
|
||||||
nnoremap <buffer> cz<Space> :Git stash<Space>
|
nnoremap <buffer> cz<Space> :Git stash<Space>
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ that are part of Git repositories).
|
|||||||
change unless [!] is given.
|
change unless [!] is given.
|
||||||
|
|
||||||
:Git difftool -y [args] Invoke `git diff [args]`, open each changed file in a
|
:Git difftool -y [args] Invoke `git diff [args]`, open each changed file in a
|
||||||
new tab, and invoke `:Gdiffsplit` against the
|
new tab, and invoke `:Gdiffsplit!` against the
|
||||||
appropriate commit.
|
appropriate commit.
|
||||||
|
|
||||||
*:Git-mergetool*
|
*:Git-mergetool*
|
||||||
|
|||||||
Reference in New Issue
Block a user