Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bindkey to INS
- X-seq: zsh-users 9439
- From: Konstantin Sobolev <kos@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: bindkey to INS
- Date: Sat, 24 Sep 2005 00:32:00 +0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: SupportWizard
- Reply-to: kos@xxxxxxxxxxxxxxxxx
Hi,
Is it possible to bind an INS key to accept-and-menu-complete?
All my attempts like
bindkey -M menuselect "${key[Insert]}" accept-and-menu-complete
doesn't work, pressing Insert just prints a "~".
Also, is it possible to bind a couple of commands to the same key, like
bindkey "^Z" "kill-line; accept-line"?
thanks
--
/KoS
* When I want your advice, I'll beat it out of you!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author