I want to bind <C-h> to execute tmux slect-window -t -1, <C-l> to execute tmux slect-window -t +1 in zsh, can I do it?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
|
You could solve this by adding a couple of zsh functions, registering them as I wouldn't want to bind anything to This should solve your problem:
How to create basic keyboard shortcuts in zsh is covered here |
|||
|
|