Home
Name Modified Size InfoDownloads / Week
projects 2015-08-24
mail 2015-08-16
svn 2015-08-14
repos 2015-08-14
discussion 2015-08-09
Rel_1 2015-08-06
bin 2013-08-01
_config.txt 2015-08-27 556 Bytes
forgetokenpassadna_app 2015-08-24 2.2 kB
Makefile.am 2015-08-24 77 Bytes
PageName.html 2015-08-21 2.2 kB
cdlin.php 2015-08-13 159 Bytes
google-man.html 2015-08-07 804 Bytes
configure.sh 2013-11-16 332 Bytes
prg.sh 2013-09-02 444 Bytes
doap 2013-09-01 6.3 kB
json 2013-09-01 2.6 kB
gitremotes 2013-08-01 353 Bytes
README 2013-08-01 1.0 kB
gitignore 2013-08-01 10 Bytes
Totals: 20 Items   17.0 kB 0
extradite.vim
=============
A git commit browser / git log wrapper that extends fugitive.vim.

`:Extradite` toggles the Extradite buffer, i.e. the commit browser. By
default, it opens in the current window. Adding |!| makes it open in a vertical
split instead. The width of the split is set with `g:extradite_width`.

Note: `:Extradite` only runs if the current file is under git version control!

Once we are in the Extradite buffer, the following keymaps are available:

`<CR>` edits the revision on the current line in a fugitive-buffer.

`oh`, `ov`, and `ot` edit the revision under the cursor in a new horizontal
split / vertical split / tab respectively.

`dh`, `dv`, and `dt` diff the current file against the revision under the
cursor in a new horizontal split / vertical split / tab respectively.

`t` toggles the visibility of the file diff buffer.

`q` closes the Extradite buffer.

This plugin can also be obtained from [vim.org][1].

[1]:http://www.vim.org/scripts/script.php?script_id=3509
Source: README, updated 2013-08-01