##// END OF EJS Templates
Add control-w key binding to quit hgk.
Eric Bloodworth -
r1429:45bd7925 default
parent child Browse files
Show More
@@ -465,6 +465,7 b' proc makewindow {} {'
465 bindkey ? findprev
465 bindkey ? findprev
466 bindkey f nextfile
466 bindkey f nextfile
467 bind . <Control-q> doquit
467 bind . <Control-q> doquit
468 bind . <Control-w> doquit
468 bind . <Control-f> dofind
469 bind . <Control-f> dofind
469 bind . <Control-g> {findnext 0}
470 bind . <Control-g> {findnext 0}
470 bind . <Control-r> findprev
471 bind . <Control-r> findprev
General Comments 0
You need to be logged in to leave comments. Login now