From 39f029945ca1578c91b43b3deb5ddd076e5a7598 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 12 Feb 2016 14:51:09 +0100 Subject: using gnu stow for dotfiles now --- tmux/.tmux.coltrane.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tmux/.tmux.coltrane.conf (limited to 'tmux/.tmux.coltrane.conf') diff --git a/tmux/.tmux.coltrane.conf b/tmux/.tmux.coltrane.conf new file mode 100644 index 0000000..0a88182 --- /dev/null +++ b/tmux/.tmux.coltrane.conf @@ -0,0 +1,36 @@ +# act like vim +setw -g mode-keys vi +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R +bind-key -r C-h select-window -t :- +bind-key -r C-l select-window -t :+ + +# act like GNU screen +unbind C-b +set -g prefix C-a + +# look good +set -g default-terminal "screen-256color" + +# status +set -g status-left-length 32 +set -g status-right-length 150 +set -g status-fg white +set -g status-bg colour234 +set -g window-status-activity-attr bold +set -g pane-border-fg colour245 +set -g pane-active-border-fg blue +set -g message-fg colour16 +set -g message-bg colour221 +set -g message-attr bold +set -g status-left '' +set -g status-right '#[underline]#[fg=colour235,bg=blue,bold] #H:#S' +set-option -g set-titles on +set -g set-titles-string '#T -- #W' +set-window-option -g automatic-rename on +set-option -g status-interval 1 +set-option -g status-utf8 on +set-window-option -g utf8 on + -- cgit v1.2.3