Skip to content

Commit

Permalink
Merge git://git2.kernel.org/pub/scm/gitk/gitk
Browse files Browse the repository at this point in the history
* git://git2.kernel.org/pub/scm/gitk/gitk:
  [PATCH] gitk: bind <F5> key to Update (reread commits)
  • Loading branch information
Junio C Hamano committed Mar 20, 2007
2 parents 7e8c825 + e7a0919 commit bb95e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb95e19

Please sign in to comment.