summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-12-13 18:14:15 +0300
committerA Farzat <a@farzat.xyz>2025-12-13 18:14:15 +0300
commitfc6e2e1529f3668aad332ad066663464168760b8 (patch)
tree806ce39bdcf0e7cc5f844500a2649d4330d4b9b1
parent71cb7318d18b43fc2f1de6bac3a0c9435f4a18ba (diff)
downloaddotfiles-fc6e2e1529f3668aad332ad066663464168760b8.tar.gz
dotfiles-fc6e2e1529f3668aad332ad066663464168760b8.zip
Remove tmux legacy override for neovim
-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