diff options
Diffstat (limited to 'mac/tmux.conf')
-rw-r--r-- | mac/tmux.conf | 21 |
1 files changed, 21 insertions, 0 deletions
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 |