Last Updated: December 21, 2016
·
335
· fr0gs

Move between words in shell with CTRL-<arrow> in Tmux

You just edit

~/.tmux.conf

And you add the following line:

set-window-option -g xterm-keys on

Then reload the source file inside tmux via

C-b :source-file ~/.tmux.conf