From 8f297bffde7d7a730901676a359f5817c01d465c Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 10 Nov 2010 11:23:42 -0500 Subject: [PATCH] Clean up the README. --- README.markdown | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/README.markdown b/README.markdown index 273927f..4adeade 100644 --- a/README.markdown +++ b/README.markdown @@ -21,35 +21,14 @@ Requirements * Python support for Vim * Python 2.4+ -Installation ------------- +Installation and Usage +---------------------- -Use [Pathogen][]. Don't use pathogen? Start. +Check out the [project site][] for installation instructions. - hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo +[project site]: http://sjl.bitbucket.org/gundo.vim/ -There's a git mirror if you prefer: +License +------- - 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 - -[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. - -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. - -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.