set -g status-bg cyan set -g status-fg black set-window-option -g window-status-current-bg black set-window-option -g window-status-current-fg cyan bind M-s setw synchronize-panes # set -g mode-mouse on setw -g mode-keys vi setw -g aggressive-resize on set -g default-terminal "screen-256color" # Don't let command rename our windows set-option -g allow-rename off bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection # Fix for certian applications such as Nvim set -s escape-time 0 bind-key M-k select-pane -U bind-key M-j select-pane -D bind-key M-h select-pane -L bind-key M-l select-pane -R # If you still want to select text out of the terminal as you normally would # You should hold the shift key ( Linux ) I'm told it's "Option on Mac OS X" set -g mouse on # Old mouse method # set-option -g mode-mouse on # set-option -g mouse-resize-pane on # set-option -g mouse-select-pane on # set-option -g mouse-select-window on set -sg escape-time 0 source ~/.tmux.conf.local