sponsor Vim development Vim logo Vim Book Ad

VimBlame.vim : Open "git blame" info in a new tab

 script karma  Rating 4/1, Downloaded by 351  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`
 

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
VimBlame.vim 0.1 2021-02-25 7.4 Eric Curtin Initial upload
ip used for rating: 216.73.216.4

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