contrib/hgk
changeset 1429 45bd7925dceb
parent 1361 f6d73b26dbdb
child 1430 c91966c3bbf5
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}