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	Mon Oct 24 14:54:34 2005 -0700
+++ b/contrib/hgk	Mon Oct 24 14:54:48 2005 -0700
@@ -465,6 +465,7 @@
     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