summaryrefslogtreecommitdiff
path: root/tmux/.tmux.uberspace.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.uberspace.conf')
-rw-r--r--tmux/.tmux.uberspace.conf37
1 files changed, 3 insertions, 34 deletions
diff --git a/tmux/.tmux.uberspace.conf b/tmux/.tmux.uberspace.conf
index ac7d751..b8208d7 100644
--- a/tmux/.tmux.uberspace.conf
+++ b/tmux/.tmux.uberspace.conf
@@ -1,36 +1,5 @@
-# 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 :+
+source-file ~/.tmux.common.conf
-# 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 green
-set -g message-fg colour16
-set -g message-bg colour221
-set -g message-attr bold
-set -g status-left ''
-set -g status-right '#[fg=black,bg=green] #H:#[bold]#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
+set -g status-bg green
+set -g status-fg black