# These terminals support 24-bit color set -sa terminal-overrides ",konsole-256color:Tc" set -g default-terminal "screen-256color" set -g escape-time 0 # Begin numbering from 1 set -g base-index 1 setw -g pane-base-index 1 # Window status format set-window-option -g window-status-format " #I: #W " set-window-option -g window-status-current-format " #I: #W " set-window-option -g window-status-current-style fg=green,bg=black