43fd6ce86ac4

Clean up the README.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Nov 2010 11:23:42 -0500
parents 0cb5b32d3ba0
children e1365403fefc
branches/tags (none)
files README.markdown

Changes

--- 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 <F5> :GundoToggle<CR>
+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
-`<F5>` (or whatever key you mapped it to).
-
-Press `<F5>` 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.