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.
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
*extradite.txt* A Git browser plugin that extends fugitive.vim
|
|
|
|
Author: Jezreel Ng <jezreel@gmail.com> *extradite-author*
|
|
License: Same terms as Vim itself (see |license|)
|
|
|
|
INTRODUCTION *extradite*
|
|
|
|
Install in ~/.vim. It's in pure vimscript, no Python or Ruby required.
|
|
|
|
fugitive.vim must be installed as well.
|
|
|
|
COMMANDS *extradite-commands*
|
|
|
|
*extradite-:Extradite*
|
|
:Extradite Launch the Extradite buffer. 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*
|
|
|
|
MAPPINGS *extradite-mappings*
|
|
|
|
These maps are available in the Extradite buffer.
|
|
|
|
*extradite-<CR>*
|
|
<CR> Edit the revision on the current line in a
|
|
fugitive-buffer.
|
|
|
|
*extradite-oh* *extradite-ov* *extradite-ot*
|
|
oh, ov, ot Edit the revision under the cursor in a new horizontal
|
|
split / vertical split / tab.
|
|
|
|
*extradite-dh* *extradite-dv* *extradite-dt*
|
|
dh, dv, dt Diff the current file against the revision under the
|
|
cursor in a new horizontal split / vertical split / tab.
|
|
|
|
*extradite-t*
|
|
t Toggle the visibility of the file diff buffer.
|
|
|
|
*extradite-q*
|
|
q Close the Extradite buffer.
|
|
|
|
ABOUT *fugitive-about*
|
|
|
|
Grab the latest version or report a bug on GitHub:
|
|
|
|
http://github.com/int3/vim-extradite
|
|
|
|
vim:tw=78:et:ft=help:norl:
|