comparison contrib/hgk @ 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 f6d73b26dbdb
children c91966c3bbf5
comparison
equal deleted inserted replaced
1428:9346a7fb3fe2 1429:45bd7925dceb
463 bindkey / {findnext 1} 463 bindkey / {findnext 1}
464 bindkey <Key-Return> {findnext 0} 464 bindkey <Key-Return> {findnext 0}
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
471 bind . <Control-equal> {incrfont 1} 472 bind . <Control-equal> {incrfont 1}
472 bind . <Control-KP_Add> {incrfont 1} 473 bind . <Control-KP_Add> {incrfont 1}