bind-key -n M-Left previous-window bind-key -n M-Right next-window #set -as terminal-features ",xterm-256color:RGB #set -sg terminal-overrides ",*:RGB" set -s escape-time 0 set -g history-limit 50000 set -g default-terminal "tmux-256color" set -g mouse off setw -q -g utf8 on set-option -g default-shell /usr/bin/fish set -g base-index 1 # start windows numbering at 1 setw -g pane-base-index 1 # make pane numbering consistent with windows setw -g automatic-rename on # rename window to reflect current program set -g renumber-windows on # renumber windows when a window is closed