# HG changeset patch
# User Steve Losh
# Date 1299717342 18000
# Node ID 0e7247b22a443134157c2dd6e043a1197d6d7c16
# Parent 7269f85f827822d3eadee3cb4096d8feefb0f80a
Add gundo_map_move_* to the site.
diff -r 7269f85f8278 -r 0e7247b22a44 doc/gundo.txt
--- a/doc/gundo.txt Wed Mar 09 19:35:17 2011 -0500
+++ b/doc/gundo.txt Wed Mar 09 19:35:42 2011 -0500
@@ -179,7 +179,7 @@
Default: 0 (Gundo is enabled as usual)
------------------------------------------------------------------------------
-3.7 g:gundo_map_move_older,g:gundo_map_move_newer *gundo_map_move_older*
+3.7 g:gundo_map_move_older, g:gundo_map_move_newer *gundo_map_move_older*
*gundo_map_move_newer*
These options let you change the keys that navigate the undo graph. This is
diff -r 7269f85f8278 -r 0e7247b22a44 site/index.html
--- a/site/index.html Wed Mar 09 19:35:17 2011 -0500
+++ b/site/index.html Wed Mar 09 19:35:42 2011 -0500
@@ -96,6 +96,7 @@
g:gundo_right
g:gundo_help
g:gundo_disable
+ g:gundo_map_move_[older/newer]
License
@@ -302,6 +303,21 @@
Default: 0 (Gundo is enabled as usual)
+
+
+ g:gundo_map_move_[older/newer]
+
+
+ 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"
+