set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" unbind C-b set-option -g prefix C-g bind-key C-g send-prefix set-option -gw xterm-keys on bind-key -nr C-_ send-keys C-/ new-session # Start a new session if none available bind N new-session bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo bind k copy-mode set -sg escape-time 0 #bind C-q select-layout even-horizontal #bind C-w select-layout even-vertical #bind C-e select-layout main-horizontal #bind C-r select-layout main-vertical