# HG changeset patch # User Steve Losh # Date 1289406222 18000 # Node ID 43fd6ce86ac45d2f8c1a59a1544c5c4c6fa5316d # Parent 0cb5b32d3ba05c5b7bdfe921ceaf68fe6a2c712e Clean up the README. diff -r 0cb5b32d3ba0 -r 43fd6ce86ac4 README.markdown --- a/README.markdown Wed Nov 10 11:21:35 2010 -0500 +++ b/README.markdown Wed Nov 10 11:23:42 2010 -0500 @@ -21,35 +21,14 @@ * Python support for Vim * Python 2.4+ -Installation ------------- - -Use [Pathogen][]. Don't use pathogen? Start. - - hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo +Installation and Usage +---------------------- -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 :GundoToggle +Check out the [project site][] for installation instructions. -[Pathogen]: http://www.vim.org/scripts/script.php?script_id=2332 - -Usage ------ - -Run `:help gundo` for the full docs. Here's the in-a-nutshell version. +[project site]: http://sjl.bitbucket.org/gundo.vim/ -When you're editing a file you can bring up the undo graph for that file with -`` (or whatever key you mapped it to). - -Press `` again to close the undo graph and return to your file. +License +------- -Use `j` and `k` to move up and down the graph. The preview pane will update with -a diff of the change made by the undo state you're currently on. - -Press return to revert the file's contents to that undo state and return to the -file. +GPLv2+, just like Mercurial.