From 4e88d540844926d408d4e73807e213e71fd1436c Mon Sep 17 00:00:00 2001 From: Matthias Brändli Date: Wed, 3 Aug 2016 15:46:20 +0200 Subject: Replace git-vim by fugitive --- dotvimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dotvimrc b/dotvimrc index 50b960e..ab5b683 100644 --- a/dotvimrc +++ b/dotvimrc @@ -60,7 +60,7 @@ NeoBundle 'Shougo/vimproc' NeoBundle 'mileszs/ack.vim.git' noremap a :Ack --cpp --cc -NeoBundle 'motemen/git-vim.git' +NeoBundle 'tpope/vim-fugitive' "Show + - ~ in the margin for vim modification NeoBundle "airblade/vim-gitgutter" @@ -158,6 +158,7 @@ set statusline+=%{((exists(\"+bomb\")\ &&\ &bomb)?\"B,\":\"\")}]\ " BOM set statusline+=%{strftime('%a\ %b\ %e\ %H:%M')}\ " hour "set statusline+=%{SyntaxItem()} " syntax highlight group under cursor set statusline+=%= " right align +set statusline+=%{fugitive#statusline()}\ " git branch set statusline+=0x%-8B\ " current char set statusline+=%-14.(%l,%c%V%)\ %<%P " offset @@ -274,8 +275,9 @@ noremap ]e :cnext noremap [h :GitGutterPrevHunk noremap ]h :GitGutterNextHunk -"GIT timelapse +"GIT stuff noremap gt :call TimeLapse() +noremap gb :Gblame noremap e :NERDTreeToggle -- cgit v1.2.3