# $Id: n-marriott.conf,v 1.11 2009-11-24 19:03:59 nicm Exp $ # # By Nicholas Marriott. Public domain. set -g default-terminal "xterm-256color" #set -g default-terminal "screen-256color" #set -g default-terminal "rxvt-unicode-256color" #set -g default-terminal "tmux-256color" set-window-option -g xterm-keys on #setw -g mode-keys vi # Default global options. set -g status-bg green set -g status-right "%H:%M" # %d-%b-%y #set -g bell-action none #set -g lock-after-time 1800 # Default global window options. setw -g remain-on-exit off # Prefix key. set -g prefix C-j unbind C-b bind C-j send-prefix bind y setw force-width 81 bind u setw force-width 0 # *word stuff bind -n C-Right send Oc bind -n C-Left send Od # Window management bind c new-window bind n next-window bind p previous-window # turn off escape delay set -sg escape-time 0 # Split windows bind - split-window -v bind | split-window -h bind -n M-l select-pane -R bind -n M-k select-pane -U bind -n M-j select-pane -D bind -n M-h select-pane -L # unsplit pane bind q break-pane # Unbind Ctrl-Shift-Insert unbind C-S-IC #unbind -a C-Left #unbind -a C-Right # mouse stuff #set-window-option -g mode-mouse on #set-option -g mouse-select-pane on #### COLOUR (Solarized dark) # default statusbar colors set-option -g status-bg colour235 #base02 set-option -g status-fg colour130 #yellow set-option -g status-attr default # default window title colors set-window-option -g window-status-fg colour33 #base0 set-window-option -g window-status-bg default set-window-option -g window-status-attr dim # active window title colors set-window-option -g window-status-current-fg colour196 #orange set-window-option -g window-status-current-bg default set-window-option -g window-status-current-attr bright # pane border set-option -g pane-border-fg colour235 #base02 set-option -g pane-active-border-fg colour46 #base01 # message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange # pane number display set-option -g display-panes-active-colour colour20 #blue set-option -g display-panes-colour colour196 #orange # clock set-window-option -g clock-mode-colour colour40 #green