motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit dcd79f2adb199aa9dc691f4bb6f980a23de9e5f4 (tree)
parent 701304c1649d7f2b7e7719d5888184685426e3ee
Author: Tim Pope <code@tpope.net>
Date:   Thu,  1 Mar 2012 03:34:30 -0500

Map cv to :Gcommit -v

Diffstat:
Mplugin/fugitive.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1890,6 +1890,7 @@ function! s:BufReadIndex() nnoremap <buffer> <silent> cA :<C-U>Gcommit --amend --reuse-message=HEAD<CR> nnoremap <buffer> <silent> ca :<C-U>Gcommit --amend<CR> nnoremap <buffer> <silent> cc :<C-U>Gcommit<CR> + nnoremap <buffer> <silent> cv :<C-U>Gcommit -v<CR> nnoremap <buffer> <silent> D :<C-U>execute <SID>StageDiff('Gvdiff')<CR> nnoremap <buffer> <silent> dd :<C-U>execute <SID>StageDiff('Gvdiff')<CR> nnoremap <buffer> <silent> dh :<C-U>execute <SID>StageDiff('Gsdiff')<CR>