diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-19 23:47:22 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-19 23:47:22 -0700 |
commit | bb95e19c5f1e470d2efe1c0e4e04c291019e4b25 (patch) | |
tree | ec5a6bb294548cd927acb191dd48171ebf4ecf66 | |
parent | 7e8c8255e9bf33dd046b95c4bd1ef554ad3c71b2 (diff) | |
parent | e7a0919115ee15b21a557609c2268e24497c1059 (diff) | |
download | git-bb95e19c5f1e470d2efe1c0e4e04c291019e4b25.tar.gz |
Merge git://git2.kernel.org/pub/scm/gitk/gitk
* git://git2.kernel.org/pub/scm/gitk/gitk:
[PATCH] gitk: bind <F5> key to Update (reread commits)
-rwxr-xr-x | gitk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -720,6 +720,7 @@ proc makewindow {} { 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} @@ -985,6 +986,7 @@ f Scroll diff view to next file <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 |