mirror of
https://github.com/git/git.git
synced 2024-11-15 21:53:44 +01:00
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)
This commit is contained in:
commit
bb95e19c5f
1 changed files with 2 additions and 0 deletions
2
gitk
2
gitk
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue