set -g prefix C-a bind C-a send-prefix set-option -q -g default-client-command "new-session -A" # Open new windows and panes in current working directory. bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind \" split-window -v -c "#{pane_current_path}" set-option -sa terminal-overrides ",xterm*:Tc" set -g status-justify left set -g status-left-length 20 set -g status-left " [#h:#S] " set -g status-right "" # Note that these only work with my current terminal colors, where "bright # cyan" is actually a dark purple. set -g status-style "fg=white bg=brightcyan" set -g window-status-current-style "fg=white,bold bg=brightcyan" set -g pane-active-border-style "fg=blue" set -g message-style "fg=white bg=brightcyan" set -g escape-time 50 set -g display-panes-time 5000 set -g renumber-windows on