Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A 'complete' reference of CTRL key combinations?
- X-seq: zsh-users 12601
- From: "Matt Wozniski" <godlygeek@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: A 'complete' reference of CTRL key combinations?
- Date: Sat, 16 Feb 2008 14:54:56 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6vuzloXHA+3RbJkuVGrhL0btHoI57Xj0poqiv4pCq04=; b=mHzCwywWbAbsRQCV9T0kD8IxRUOphFepF4zzo2OBTGf9/CEqDNs6wAIRTC5R8lyOFPcsr6NQsFa9RMy+RjO4pgWilFW8TCh1w2l62hmgoXtIM5SNcBJImzI0kmT9yvUF7oX8Ox4W3dtfPuDsN6bE1hZqyZUXZx2fioIUOBbyqP0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HRiJy/lhBe0ywuAwEd4qBrkeRq/DAzaElphmGH9XVU27zFg2jZZpSkYKU//tz44q43FC/0fWZNTT5IVe9Mv0xTdcskW0o5DaPYmFJvwfAXtVf4OTN7oZxFE4TUTn0LamFXwAUoYkhtnhN97udFVnr8uvJKkp13HfypCnGeHaZhQ=
- In-reply-to: <080216082138.ZM30990@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802160430x1ad05bb5o3a4bb5087cd91ff@xxxxxxxxxxxxxx> <080216082138.ZM30990@xxxxxxxxxxxxxxxxxxxxxx>
On Feb 16, 2008 11:21 AM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
Also useful, but for a different reason, is "man 7 ascii", which will
show which control key combinations are indistinguishable from special
keys to the shell, like ctrl-i and tab, ctrl-m and enter, etc.
Wouldn't want to accidentally bind ctrl-m to something, you'd have a
tough time changing it back without an enter key. ;)
~Matt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author