Skip to content

Commit

Permalink
Add fugitive_cm mappings to :Gblame window
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Oct 20, 2019
1 parent 9e1e78a commit 353ed30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/fugitive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5255,6 +5255,8 @@ function! s:BlameFileType() abort
call s:Map('n', 'cr<Space>', ':Git revert<Space>', '')
call s:Map('n', 'crc', ':<C-U>topleft Grevert <C-R>=<SID>SquashArgument()<CR><CR>', '<silent>')
call s:Map('n', 'crn', ':<C-U>Grevert --no-commit <C-R>=<SID>SquashArgument()<CR><CR>', '<silent>')
call s:Map('n', 'cm<Space>', ':Git merge<Space>', '')
call s:Map('n', 'cm<CR>', ':Git merge<CR>', '')
endfunction

augroup fugitive_blame
Expand Down

0 comments on commit 353ed30

Please sign in to comment.