# HG changeset patch
# User Steve Losh
You know that Vim lets you undo changes like any text editor. What you might
@@ -96,6 +96,8 @@
Default: 0 (Gundo is enabled as usual)
+ + ++ These options let you change the keys that navigate the + undo graph. This is useful if you use a Dvorak keyboard and + have changed your movement keys. +
+ +
+ Default:
+ gundo_map_move_older: "j"
+ gundo_map_move_newer: "k"
+
Set this to 1 to automatically close the Gundo windows when reverting.
+ +Default: 0 (windows do not automatically close)
g:gundo_close_on_revert
setting.
+ splitbelow
setting.
+ j
and k
mappings are
+ now configurable with
+ g:gundo_map_move_older
and
+ g:gundo_map_move_newer
.
+ o
, Up
and
+ Down
keys are now mapped in the
+ Gundo pane.
+ The graphing code was all taken from Mercurial, hence the GPLv2+ license. diff -r 887d515b2f46 -r 8a4ae04d66d4 gundo.vim/publish.sh --- a/gundo.vim/publish.sh Wed Nov 24 00:16:02 2010 -0500 +++ b/gundo.vim/publish.sh Fri May 27 10:52:17 2011 -0400 @@ -1,5 +1,6 @@ #!/usr/bin/env bash +hg -R ~/src/sjl.bitbucket.org pull -u rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.' hg -R ~/src/sjl.bitbucket.org push