GitXplorerGitXplorer
i

vim-extradite

public
233 stars
22 forks
6 issues

Commits

List of commits on branch master.
Unverified
0bb33969dc47315a89379b4d248020bfdfa713d4

Set 'nolist' in the extradite buffer

xxaizek committed 10 years ago
Unverified
0fb5e3e928dc8aa815e041ca151067fca19feb7a

Move comment to piece of code it describes

xxaizek committed 10 years ago
Unverified
447e5c6abef8e2f943dd3a870d8571c30007b722

Follow file renames in history

xxaizek committed 10 years ago
Unverified
af4f3a51b6b654d655121b93c0cd9d8fe9a0c85d

Silence Vim's messages on file read

xxaizek committed 11 years ago
Unverified
a63b877f916e4516b8e6ec5a488ecc4c2f03c54d

Merge branch 'add-extradite-diff-split-option'

xxaizek committed 11 years ago
Unverified
9291eec210afcc613d2bad689323a9922eb828d9

Document g:extradite_diff_split option

xxaizek committed 11 years ago

README

The README file for this repository.

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, but can be deactivated with g:extradite_resize

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.