summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 8622d08..f70d6b1 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,9 +1,6 @@
# With this ~/.bashrc is loaded.
set-option -g default-command /usr/bin/zsh
-# To satisfy the warnings in vim's checkhealth about tmux's colour settings.
-set-option -sa terminal-overrides ',xterm-256color:RGB'
-
# Move through panes using vim mappings while alt key is pressed.
# bind -n M-h select-pane -L
# bind -n M-j select-pane -D