Add control-w key binding to quit hgk.
authorEric Bloodworth <ergosys@gmail.com>
Mon, 24 Oct 2005 14:54:48 -0700
changeset 1429 45bd7925dceb
parent 1428 9346a7fb3fe2
child 1430 c91966c3bbf5
Add control-w key binding to quit hgk.
contrib/hgk
--- a/contrib/hgk
+++ b/contrib/hgk
@@ -465,6 +465,7 @@ proc makewindow {} {
     bindkey ? findprev
     bindkey f nextfile
     bind . <Control-q> doquit
+    bind . <Control-w> doquit
     bind . <Control-f> dofind
     bind . <Control-g> {findnext 0}
     bind . <Control-r> findprev