aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2019-09-03 15:55:53 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2019-09-03 15:55:53 +0200
commit0649eb9bc06f046f3a7dccbb07d7bbb494e59621 (patch)
tree797fd8358d7f4a0ba599efb075975aa188e6d5d7 /tmux.conf
parent2073441860c512409fa44b097796a0b8bcf43979 (diff)
downloaddotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.tar.gz
dotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.zip
:truck: Reorganize, add mac dotfiles
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/tmux.conf b/tmux.conf
deleted file mode 100644
index 5abfeb1..0000000
--- a/tmux.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-
-bind -n M-Left select-pane -L
-bind -n M-Right select-pane -R
-bind -n M-Up select-pane -U
-bind -n M-Down select-pane -D
-
-setw -g monitor-activity on
-set -g visual-activity on
-
-set-window-option -g window-status-current-bg yellow