summaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: ea18a04707b1520b0656ef4cc84af63907abfdd0 (plain)
1
2
3
4
5
6
7
8
set -g mouse on

set -g base-index 1
setw -g pane-base-index 1

set -g status-style bg="#93B259",fg="#5C6A72"

set-option -g default-shell /bin/zsh