tmux.conf 164 B

123456
  1. # Use Ctrl-Left and Ctrl-Right to move between words
  2. set-window-option -g xterm-keys on
  3. # Use Home and End keys
  4. bind -n End send-key C-e
  5. bind -n Home send-key C-a