Add gundo_map_move_* to the site.
This commit is contained in:
parent
6a6d5156b0
commit
ff911e023d
@ -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
|
||||
|
@ -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 @@ let g:gundo_right = 1
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user