#UTF-8 set -g utf8 set-window-option -g utf8 on #Lots of colours set -g default-terminal "screen-256color" set -g history-limit 10000 set -g prefix C-a unbind C-b #use send prefix to pass C-a through to application? bind C-a send-prefix #shorten command delay set -sg escape-time 1 #reload config file with r bind r source-file ~/.tmux.conf \; #display "reloaded!" #Status bar set-option -g status on #set utf-8 for status bar set -g status-utf8 on set -g status-interval 15 #set -g set-g status-justify centre set-option -g status-position top set -g status-fg black set -g status-bg green set -g status-left '' set -g status-right-length 60 set -g status-right '#(acpi | cut -d"," -f 2) | %Y-%m-%d %H:%M'