How I handle bindkey in zsh?

2

2

There is not a lot of info on that command, I didn't find a manpage nor a info and not more than examples on the web. Is there any tutorial or info on internet?

eloyesp

Posted 2011-04-08T14:31:05.397

Reputation: 403

Answers

4

Try:

man zshzle | less -p '^ZLE BUILTINS'

On the Web: Zle Builtins

From the ZshWiki site: Zle (Note the navigation on the left. There are a few sub items.)

And my favorite fallback option (or to see examples), how other people do it.

peth

Posted 2011-04-08T14:31:05.397

Reputation: 7 990

1

bindkey is a builtin and should be described in the manual of zsh. Try also "help bindkey".

user1686

Posted 2011-04-08T14:31:05.397

Reputation: 283 655

it didn't work for me – eloyesp – 2011-04-10T21:49:21.153