Chandlercjy / git-blame.vim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-blame.vim

 ███╗  ███╗ █████╗      ████╗ █╗     ███╗ █╗  █╗█████╗      █╗  █╗ ███╗ █╗  █╗
█╬══█╗ ╚█╔╝ ╚═█╔═╝      █╔══█╗█║    █╬══█╗██╗██║█╔═══╝      █║  █║ ╚█╔╝ ██╗██║
█║  ╚╝  █║    █║        █║  █║█║    █║  █║█╔█╬█║█║          █║  █║  █║  █╔█╬█║
█║      █║    █║  █████╗████╬╝█║    █║  █║█║╚╝█║████╗       █║  █║  █║  █║╚╝█║
█║ ██╗  █║    █║  ╚════╝█╔══█╗█║    █████║█║  █║█╔══╝  ██╗  █║  █║  █║  █║  █║
█║ ╚█║  █║    █║        █║  █║█║    █╔══█║█║  █║█║     ██║  ╚█╗█╬╝  █║  █║  █║
╚███╬╝ ███╗   █║        ████╬╝█████╗█║  █║█║  █║█████╗ ╚═╝   ╚█╬╝  ███╗ █║  █║
 ╚══╝  ╚══╝   ╚╝        ╚═══╝ ╚════╝╚╝  ╚╝╚╝  ╚╝╚════╝        ╚╝   ╚══╝ ╚╝  ╚╝

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:

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

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>

Quick start guide

just use <leader>s

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.

About

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

License:MIT License


Languages

Language:Vim Script 100.0%