aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-05-20 14:01:24 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-05-20 14:01:24 +0200
commit75c4df6540c7e963ff48d3e37576956489ef165d (patch)
tree43f553eb4ac34ef2249e7a9a4d66d7795e7ff5ce /tmux.conf
parentdadf4f7e58f1d192b869b97798feade6362a101b (diff)
downloaddotfiles-75c4df6540c7e963ff48d3e37576956489ef165d.tar.gz
dotfiles-75c4df6540c7e963ff48d3e37576956489ef165d.zip
Made things work
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 3b9f619..f62ceb9 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,3 +1,19 @@
+set -g default-terminal "screen-256color"
+run-shell "powerline-daemon -q"
+source "/Users/jakobstendahl/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf"
+set -g base-index 1
+setw -g pane-base-index 1
+
+set-option -g default-shell /opt/local/bin/zsh
+set-option -g pane-border-fg colour235
+set-option -g pane-active-border-fg colour240
+
+set-option -g message-bg colour235
+set-option -g message-fg colour166
+
+set-option -g display-panes-active-colour colour33
+set-option -g display-panes-colour colour166
+
unbind C-b
set -g prefix C-a