sponsor Vim development Vim logo Vim Book Ad

git-blame.vim : See Git Blame information in the status bar for the currently selected line.

 script karma  Rating 65/20, Downloaded by 3149  Comments, bugs, improvements  Vim wiki

created by
ziv yangll
 
script type
utility
 
description
See Git Blame information in the status bar for the currently selected line.

https://wx3.sinaimg.cn/large/bceaad1fly1frwfmv58g4j21kw0ingph.jpg

https://wx3.sinaimg.cn/large/bceaad1fly1frwfmv539mj21kw0inq7e.jpg

https://wx2.sinaimg.cn/large/bceaad1fly1frwfmv50ytj21kw0in42a.jpg
 
install details
Installation
--------------

Using vim-plug: Plug 'zivyangll/git-blame.vim'

Using Vundle: Plugin 'zivyangll/git-blame.vim'

Default bindings
-----------------

The default leader has been changed to `<Leader>s` to avoid
conflicts with other plugins you may have installed.** This can easily be
changed by rebinding the leader in your vimrc:

nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>

GitHub: https://github.com/zivyangll/git-blame.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
git-blame.tar.gz 1.0.6 2019-07-04 7.0 ziv yangll feat(neovim): use virtual text
git-blame.tar.gz 1.0.6 2019-05-30 7.0 ziv yangll Code reorg - Return dict instead of string
git-blame.tar.gz 1.0.5 2019-04-10 7.0 ziv yangll support Neovim
git-blame.tar.gz 1.0.4 2019-01-11 7.0 ziv yangll fix: author time
git-blame.tar.gz 1.0.3 2019-01-08 7.0 ziv yangll fix: time format
git-blame.tar.gz 1.0.2 2019-01-07 7.0 ziv yangll fix: blame time info
git-blame.tar.gz 1.0.1 2018-12-14 7.0 ziv yangll feat: remove default bindings.
git-blame.tar.gz 1.0.0 2018-06-02 7.0 ziv yangll Initial upload
ip used for rating: 216.73.216.208

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github