summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ca72f4)
raw | patch | inline | side by side (parent: 9ca72f4)
author | Eric Wong <normalperson@yhbt.net> | |
Fri, 23 Feb 2007 20:36:34 +0000 (12:36 -0800) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Mon, 12 Mar 2007 09:13:02 +0000 (20:13 +1100) |
I chose <F5> because it's also the key to reload the current
page in web browsers such as Konqueror and Firefox, so users
are more likely to be familiar with it.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
page in web browsers such as Konqueror and Firefox, so users
are more likely to be familiar with it.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index 9ddff3e7f7b011564c56fb619f57bed66d875f7e..1cd2a8f5287f97547386f91f2f226cd7dacd0f30 100755 (executable)
--- a/gitk
+++ b/gitk
bindkey <Key-Return> {findnext 0}
bindkey ? findprev
bindkey f nextfile
+ bindkey <F5> updatecommits
bind . <Control-q> doquit
bind . <Control-f> dofind
bind . <Control-g> {findnext 0}
<Ctrl-plus> Increase font size
<Ctrl-KP-> Decrease font size
<Ctrl-minus> Decrease font size
+<F5> Update
} \
-justify left -bg white -border 2 -relief sunken
pack $w.m -side top -fill both