Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Listing keybindings
- X-seq: zsh-users 9620
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Sebastian Stein <seb_stein@xxxxxx>
- Subject: Re: Listing keybindings
- Date: Fri, 4 Nov 2005 12:31:02 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20051104112314.GB4830@xxxxxxxx>
- Mail-followup-to: Sebastian Stein <seb_stein@xxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <20051104112314.GB4830@xxxxxxxx>
Hi Sebastian :)
* Sebastian Stein <seb_stein@xxxxxx> dixit:
> how can I find out the current key bindings? Is there something similar like
> the "alias" command returning me all aliases?
bindkey, with no options, to list the current keymap.
bindkey -M <KEYMAP> to list the "KEYMAP" keymap.
bindkey -l lists the available keymaps.
If you add -L to the first and second examples, the output will
be the commands needed to create the current bindings.
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author