From ff911e023da72a6dbfcdbe91c297e9222916a742 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 9 Mar 2011 19:35:42 -0500 Subject: [PATCH] Add gundo_map_move_* to the site. --- doc/gundo.txt | 2 +- site/index.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/gundo.txt b/doc/gundo.txt index 5f3a49c..ac75438 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -179,7 +179,7 @@ them may not have Python support. 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 --git a/site/index.html b/site/index.html index bd06f98..2210c9c 100644 --- a/site/index.html +++ b/site/index.html @@ -96,6 +96,7 @@
  • g:gundo_right
  • g:gundo_help
  • g:gundo_disable
  • +
  • g:gundo_map_move_[older/newer]
  • License
  • @@ -302,6 +303,21 @@ let g:gundo_right = 1

    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" +