VimBlame.vim : Open "git blame" info in a new tab
script karma |
Rating 4/1,
Downloaded by 286 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Eric Curtin |
|
script type |
utility |
|
description |
# VimBlame.vim
Diplay git blame info in vim buffer.
|
|
install details |
# Installation
Copy `VimBlame.vim` into your ~/.vim/plugin directory.
Or `:source VimBlame.vim` to load it into your running session.
You can set a keyboard shortcut if you want by placing something like:
map <F6> :call VimBlame.vim()<CR>
in your `~/.vimrc` file. Yes, the `<CR>` is literally there at the end
as the four characters shown.
## Installing with Vundle
Add `Plugin 'ericcurtin/VimBlame.vim'` to your your plugin definitions
in your `.vimrc`
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.15.3.240
|