Skip to content

Commit

Permalink
Clean up the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Nov 10, 2010
1 parent 1658b76 commit 8f297bf
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,35 +21,14 @@ Requirements
* Python support for Vim * Python support for Vim
* Python 2.4+ * Python 2.4+


Installation Installation and Usage
------------ ----------------------

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> Check out the [project site][] for installation instructions.


[Pathogen]: http://www.vim.org/scripts/script.php?script_id=2332 [project site]: http://sjl.bitbucket.org/gundo.vim/


Usage License
----- -------

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

Press `<F5>` 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 GPLv2+, just like Mercurial.
file.

0 comments on commit 8f297bf

Please sign in to comment.