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?
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?
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.
1
bindkey
is a builtin and should be described in the manual of zsh. Try also "help bindkey
".
it didn't work for me – eloyesp – 2011-04-10T21:49:21.153