aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-08 13:15:09 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-08 13:15:09 +0100
commit63ba750d5ab8ae9d20750d9461a95307c20c9bbf (patch)
treeaf3790a6d359601ab36c55dccdcde2eaaad794fb /tmux
parentb1673e899ec30f25b71cdc9d1ffd6c8246634191 (diff)
downloaddotfiles-63ba750d5ab8ae9d20750d9461a95307c20c9bbf.tar.gz
dotfiles-63ba750d5ab8ae9d20750d9461a95307c20c9bbf.zip
Adding local changes
Diffstat (limited to 'tmux')
-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