0e7247b22a44

Add gundo_map_move_* to the site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2011 19:35:42 -0500
parents 7269f85f8278
children e26070847abc
branches/tags (none)
files doc/gundo.txt site/index.html

Changes

--- 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
--- 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 @@
                             <li><a href="#gundo_right">g:gundo_right</a></li>
                             <li><a href="#gundo_help">g:gundo_help</a></li>
                             <li><a href="#gundo_disable">g:gundo_disable</a></li>
+                            <li><a href="#gundo_map_move">g:gundo_map_move_[older/newer]</a></li>
                         </ul>
                     </li>
                     <li><a href="#license">License</a></li>
@@ -302,6 +303,21 @@
                 </p>
 
                 <p>Default: 0 (Gundo is enabled as usual)</p>
+
+                <a name="gundo_map_move"></a>
+                <h2>g:gundo_map_move_[older/newer]</h2>
+
+                <p>
+                    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.
+                </p>
+
+                <p>
+                    Default:<br/>
+                    gundo_map_move_older: "j"<br/>
+                    gundo_map_move_newer: "k"
+                </p>
             </section>
             <section>
                 <a name="license"></a>