I\'ve been trying to bind keys in zzh on a Mac but am having some trouble. I know I should be Googling this but couldn\'t find what I need...
I\'ve been trying to bind c
Open a shell and try pressing Ctrl-v and then the key you want to bind (eg. Home) This is the key sequence you should use with bindkey.
My bindings for Home/End (start/end of line) on Snow Leopard:
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
Still trying to bind cmd-left though ...