summaryrefslogtreecommitdiff
path: root/.tmux.cluster.conf
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-24 22:59:23 +0200
committerPatrick Simianer <p@simianer.de>2014-06-24 22:59:23 +0200
commit47f3320e241d45884f3e1f177e7987d83c3ebfb0 (patch)
treebb72cbf556a87c3fb3efa85271987ca56da0c0ae /.tmux.cluster.conf
parent918c2bd473d58ded358fa26179305fbf326aba69 (diff)
zshrc
Diffstat (limited to '.tmux.cluster.conf')
-rw-r--r--.tmux.cluster.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/.tmux.cluster.conf b/.tmux.cluster.conf
deleted file mode 100644
index 6364e4e..0000000
--- a/.tmux.cluster.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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 cyan
-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=colour14,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
-