You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli 3068126d7d yeah I don't need this check
on machines that don't have phpcs, because they're not php machines, I
don't actually care about this message.  I barely ever use this plugin
to begin with.
10 years ago
..
autoload initial commit - vim stuff and install script 11 years ago
colors initial commit - vim stuff and install script 11 years ago
doc initial commit - vim stuff and install script 11 years ago
ftdetect initial commit - vim stuff and install script 11 years ago
ftplugin initial commit - vim stuff and install script 11 years ago
indent initial commit - vim stuff and install script 11 years ago
nerdtree_plugin initial commit - vim stuff and install script 11 years ago
plugin yeah I don't need this check 10 years ago
ruby/command-t initial commit - vim stuff and install script 11 years ago
syntax added groovy.vim 11 years ago
.VimballRecord initial commit - vim stuff and install script 11 years ago
.gitignore initial commit - vim stuff and install script 11 years ago
.vim initial commit - vim stuff and install script 11 years ago
NERD_tree.txt initial commit - vim stuff and install script 11 years ago
README.markdown initial commit - vim stuff and install script 11 years ago
filetype.vim adding gradle syntax highlighting 11 years ago

README.markdown

extradite.vim

A git commit browser / git log wrapper that extends fugitive.vim.

:Extradite launches 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.

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.