#set-option -gw xterm-keys on bind-key -n C-t new-window bind-key -n C-w kill-window bind-key -n C-Right next-window bind-key -n C-Left previous-window set -g default-terminal "screen-256color" set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on'