ea4ad69db202
README adjustments.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 29 Oct 2010 10:20:25 -0400 |
parents | 5d826960dd32 |
children | 9b788d349e5d |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Fri Oct 29 09:49:44 2010 -0400 +++ b/README.markdown Fri Oct 29 10:20:25 2010 -0400 @@ -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 @@ <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 @@ 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>