Sample Header Ad - 728x90

tmux jump words as with zsh

4 votes
1 answer
4685 views
I moved from just using zsh to using zsh inside tmux. As my terminal is iTerm2 for both combinations. I have the following lines in my .zshrc to enable jumping words on a bare zsh command line using the ALT+arrow keys: bindkey 'C' forward-word bindkey '[D' backward-word Sadly this is not working inside my tmux session. > How can I jump words back and forth also in tmux using ALT + arrow > key? What I tried so far: 1. set-window-option -g xterm-keys on [1
Asked by lony (161 rep)
May 4, 2017, 09:22 AM
Last activity: Apr 12, 2022, 12:14 PM