Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A 'complete' reference of CTRL key combinations?
- X-seq: zsh-users 12597
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Re: A 'complete' reference of CTRL key combinations?
- Date: Sat, 16 Feb 2008 08:21:38 -0800
- In-reply-to: <2d460de70802160430x1ad05bb5o3a4bb5087cd91ff@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802160430x1ad05bb5o3a4bb5087cd91ff@xxxxxxxxxxxxxx>
On Feb 16, 1:30pm, Richard Hartmann wrote:
}
} I am pondering to map quite a few things to various CTRL-$key
} combinations and wonder if there is a reference of which keys should
} be considered 'taken' and which are free.
zsh -fic 'bindkey -L'
perhaps? Similarly
zsh -fic 'bindkey -M viins -L'
zsh -fic 'bindkey -M vicmd -L'
You might want
zsh -fic 'autoload -U compinit; compinit -D; bindkey -L'
to see the keys commonly bound by the completion system as well.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author