dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1938fc01a7f6598ec8dd4bdc2ec613a9ea7c9a32
parent 30f6b7a1b926b5695301a132ec13b4e17c71234f
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Tue,  4 Sep 2012 22:00:26 +0200

Tmux configuration file added

Diffstat:
A.tmux.conf | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -0,0 +1,29 @@ + +bind r source-file ~/.tmux.conf \; display "Source file reloaded" + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +set -g default-terminal "screen-256color" + +set -g status-fg white +set -g status-bg black + +setw -g window-status-fg cyan +setw -g window-status-bg default +setw -g window-status-attr dim +setw -g window-status-current-fg white +setw -g window-status-current-bg red +setw -g window-status-current-attr bright + +set -g pane-border-fg green +set -g pane-border-bg black + +set -g pane-active-border-fg white +set -g pane-active-border-bg yellow + +set -g message-fg white +set -g message-bg black +set -g message-attr bright