# Change the command prefix from C-b to C-a set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix # Screen key combos bind-key C-a last-window bind-key C-d detach-client bind-key '"' split-window -v bind-key "'" split-window -h bind-key Tab down-pane bind-key BTab up-pane # Misc options set-window-option -g utf8 on set-option -g default-path $HOME set-option -g history-limit 10000 # Status bar options set-window-option -g window-status-current-bg "black" set-window-option -g window-status-current-fg "colour255" set-option -g status-right "" # Don't show the window title on the right set-option -g status-left "" # Don't show the tmux session name on the left #set-option -g window-status-format "[#I:#W#F]" # 1.2 option. Look at this after 1.2 is widespread set-option -g status-bg "colour240" set-option -g status-fg "colour250" # Title bar options set-option -g set-titles on set-option -g set-titles-string "#T" # Title controlled by title() in my .zshrc set-window-option -g automatic-rename off