README adjustments.
This commit is contained in:
parent
51f655aadd
commit
6e6b56029e
@ -3,9 +3,6 @@
|
||||
|
||||
Gundo.vim is Vim plugin to visualize your Vim undo tree.
|
||||
|
||||
Current status: Beta. It might eat your data. Be careful.
|
||||
=========================================================
|
||||
|
||||
Preview
|
||||
-------
|
||||
|
||||
@ -13,7 +10,9 @@ Screenshot:
|
||||
|
||||
<a href="http://www.flickr.com/photos/sjl7678/5093114605/" title="gundo by stevelosh, on Flickr"><img src="http://farm5.static.flickr.com/4113/5093114605_ebc46d6494.jpg" width="487" height="500" alt="gundo" /></a>
|
||||
|
||||
Screencast: [http://screenr.com/M9l](http://screenr.com/M9l)
|
||||
Screencast:
|
||||
|
||||
### [http://screenr.com/M9l](http://screenr.com/M9l)
|
||||
|
||||
|
||||
Requirements
|
||||
@ -28,6 +27,12 @@ Installation
|
||||
|
||||
Use [Pathogen][]. Don't use pathogen? Start.
|
||||
|
||||
hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo
|
||||
|
||||
There's a git mirror if you prefer:
|
||||
|
||||
git clone http://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo
|
||||
|
||||
Add a mapping to your `~/.vimrc` (change the key to suit your taste):
|
||||
|
||||
nnoremap <F5> :GundoToggle<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user