set-option default-terminal "tmux-256color" set-option -ag terminal-overrides ',*:cud1=\E[1B' #set-option -ga terminal-overrides ',*:enacs@:smacs@:rmacs@:acsc@' set-option -g terminal-overrides ',*vt*:enacs@:smacs@:rmacs@:acsc@' #set -g mouse on #setw -g mode-keys vi # splitting panes with " and = unbind-key '"' bind -n M-"'" split-window -h bind -n M-= split-window -v # switch panes using Alt-arrow without prefix bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D bind -n M-d detach