diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index fb01e16..302d0dc 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -88,9 +88,9 @@ bind -T copy-mode-vi r send-keys -X rectangle-toggle bind S command-prompt -p 'Save history to filename:' -I '/tmp/tmux.history' 'capture-pane -S - -E -; save-buffer %1 ; delete-buffer' -# foot as default terminal. This effects color rendering and typing on -# terminal. -set-option -g default-terminal "foot" +# This effects color rendering and typing on terminal. +set-option -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",foot:Tc" # Gruvbox dark color scheme set-option -g status "on"