Skip to content

Commit 353ed30

Browse files
committed
Add fugitive_cm mappings to :Gblame window
1 parent 9e1e78a commit 353ed30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/fugitive.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5255,6 +5255,8 @@ function! s:BlameFileType() abort
52555255
call s:Map('n', 'cr<Space>', ':Git revert<Space>', '')
52565256
call s:Map('n', 'crc', ':<C-U>topleft Grevert <C-R>=<SID>SquashArgument()<CR><CR>', '<silent>')
52575257
call s:Map('n', 'crn', ':<C-U>Grevert --no-commit <C-R>=<SID>SquashArgument()<CR><CR>', '<silent>')
5258+
call s:Map('n', 'cm<Space>', ':Git merge<Space>', '')
5259+
call s:Map('n', 'cm<CR>', ':Git merge<CR>', '')
52585260
endfunction
52595261

52605262
augroup fugitive_blame

0 commit comments

Comments
 (0)