aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index eb75685..a91f370 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,5 +1,9 @@
set -g default-terminal "screen-256color"
-set -g status-bg magenta
+set -g status-bg green
set -g status-fg white
+
+unbind C-b
set -g prefix C-o
+
+set -g default-shell /bin/zsh