GitXplorerGitXplorer
i

vim-extradite

public
233 stars
22 forks
6 issues

Commits

List of commits on branch master.
Verified
73dab6a94d9dd3cb6189b458bfdf38493280b332

Replace deprecated fugitive#repo().git_command()

sschmidtg committed 3 years ago
Verified
58c77fffbb5d61eb0b87c8b4ef0ad78e9659d621

Merge branch 'use-new-fugitive-api'

xxaizek committed 6 years ago
Unverified
0ca52bfa918d6f2d93db05cdf66ededbff152ad5

fix extradite for new fugitive

committed 6 years ago
Unverified
52326f6d333cdbb9e9c6d6772af87f4f39c00526

Stop airline from changing 'statusline'

xxaizek committed 9 years ago
Unverified
a1dc4b63befd5032e65a0c94e7257d4636aa6a3f

Merge pull request #36 from NemesisRE/patch-1

xxaizek committed 10 years ago
Unverified
f7ce5e901c9b461adeea17f89d1143329906260e

QuickFix "Press ENTER or ..." on Close

NNemesisRE committed 10 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.