changeset 1429:45bd7925dceb

Add control-w key binding to quit hgk.
author Eric Bloodworth <ergosys@gmail.com>
date Mon, 24 Oct 2005 14:54:48 -0700
parents 9346a7fb3fe2
children c91966c3bbf5
files contrib/hgk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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