项目作者: zivyangll

项目描述 :
See Git Blame information in the status bar for the currently selected line.
高级语言: Vim script
项目地址: git://github.com/zivyangll/git-blame.vim.git
创建时间: 2018-06-01T21:21:11Z
项目社区:https://github.com/zivyangll/git-blame.vim

开源协议:MIT License

下载


git-blame.vim

  1. ███╗ ███╗ █████╗ ████╗ █╗ ███╗ █╗ █╗█████╗ █╗ █╗ ███╗ █╗ █╗
  2. █╬══█╗ ╚█╔╝ ╚═█╔═╝ █╔══█╗█║ █╬══█╗██╗██║█╔═══╝ █║ █║ ╚█╔╝ ██╗██║
  3. █║ ╚╝ █║ █║ █║ █║█║ █║ █║█╔█╬█║█║ █║ █║ █║ █╔█╬█║
  4. █║ █║ █║ █████╗████╬╝█║ █║ █║█║╚╝█║████╗ █║ █║ █║ █║╚╝█║
  5. █║ ██╗ █║ █║ ╚════╝█╔══█╗█║ █████║█║ █║█╔══╝ ██╗ █║ █║ █║ █║ █║
  6. █║ ╚█║ █║ █║ █║ █║█║ █╔══█║█║ █║█║ ██║ ╚█╗█╬╝ █║ █║ █║
  7. ╚███╬╝ ███╗ █║ ████╬╝█████╗█║ █║█║ █║█████╗ ╚═╝ ╚█╬╝ ███╗ █║ █║
  8. ╚══╝ ╚══╝ ╚╝ ╚═══╝ ╚════╝╚╝ ╚╝╚╝ ╚╝╚════╝ ╚╝ ╚══╝ ╚╝ ╚╝

See Git Blame information in the status bar for the currently selected line.

Installation

Simply Install

If you don’t have a preferred installation method, I recommend
installing pathogen.vim, and
then simply copy and paste:

  1. cd ~/.vim/bundle
  2. git clone git@github.com:zivyangll/git-blame.vim.git

Using vim-plug:

  1. Plug 'zivyangll/git-blame.vim'

Using Vundle

  1. Plugin 'zivyangll/git-blame.vim'

Please setting bindings

You must push the map in your vimrc to avoid conflicts with other plugins you may have installed.:

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

Quick start guide

just use <leader>s

Publish git-blame

  1. tar zcvf git-blame.tar.gz git-blame.vim

upload: https://www.vim.org/scripts/script.php?script_id=5704

Self-Promotion

Like git-blame.vim? Follow the repository on
GitHub and vote for it on vim.org. And if
you’re feeling especially charitable, follow GitHub.

Thanks

git-messenger.vim

License

See MIT License.