Staging
v0.5.0
https://github.com/git/git
Revision ebcaadabcb90eaf35a3bd69a50cccce4be4dcc2c authored by Shawn O. Pearce on 05 May 2007, 06:28:41 UTC, committed by Shawn O. Pearce on 08 May 2007, 03:35:53 UTC
Since we support vi-like keys for scrolling in other UI contexts
we can easily do so here too.  Tk's handy little `event generate'
makes this a lot easier than I thought it would be.  We may want
to go back and fix some of the other vi-like bindings to redirect
to the arrow and pageup/pagedown keys, rather than running the
view changes directly.

I've bound 'v' to visualize, as this is a somewhat common thing
to want to do in the merge dialog.  Control (or Command) Return
is also bound to start the merge, much as it is bound in the
main window to activate the commit.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 1fc4ba8
History
Tip revision: ebcaadabcb90eaf35a3bd69a50cccce4be4dcc2c authored by Shawn O. Pearce on 05 May 2007, 06:28:41 UTC
git-gui: Use vi-like keys in merge dialog
Tip revision: ebcaada
File Mode Size
lib
.gitignore -rw-r--r-- 62 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 2.7 KB
git-gui.sh -rwxr-xr-x 54.3 KB

back to top