diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-09-03 15:55:53 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-09-03 15:55:53 +0200 |
commit | 0649eb9bc06f046f3a7dccbb07d7bbb494e59621 (patch) | |
tree | 797fd8358d7f4a0ba599efb075975aa188e6d5d7 /mac/tmux.conf | |
parent | 2073441860c512409fa44b097796a0b8bcf43979 (diff) | |
download | dotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.tar.gz dotfiles-0649eb9bc06f046f3a7dccbb07d7bbb494e59621.zip |
:truck: Reorganize, add mac dotfiles
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 |