# HG changeset patch # User Eric Bloodworth # Date 1130190888 25200 # Node ID 45bd7925dceb911b4678c0e611c76891381fc2f4 # Parent 9346a7fb3fe2c977c85d9e6aa80f279361745a3d Add control-w key binding to quit hgk. diff --git a/contrib/hgk b/contrib/hgk --- a/contrib/hgk +++ b/contrib/hgk @@ -465,6 +465,7 @@ proc makewindow {} { bindkey ? findprev bindkey f nextfile bind . doquit + bind . doquit bind . dofind bind . {findnext 0} bind . findprev