From 0649eb9bc06f046f3a7dccbb07d7bbb494e59621 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 3 Sep 2019 15:55:53 +0200 Subject: :truck: Reorganize, add mac dotfiles --- mac/tmux.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mac/tmux.conf (limited to 'mac/tmux.conf') diff --git a/mac/tmux.conf b/mac/tmux.conf new file mode 100644 index 0000000..6a4baab --- /dev/null +++ b/mac/tmux.conf @@ -0,0 +1,21 @@ +set -g default-terminal "xterm-256color" +run-shell "powerline-daemon -q" +source "/usr/local/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" +set -g base-index 1 +setw -g pane-base-index 1 + +set-option -g default-shell /usr/local/bin/zsh + +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 -- cgit v1.2.3