diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1ff0a57..03c2af8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -86,8 +86,9 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection bind-key -T copy-mode-vi r send-keys -X rectangle-toggle -# alacritty as default terminal. This effects color rendering. -set-option -g default-terminal "alacritty" +# foot as default terminal. This effects color rendering and typing on +# terminal. +set-option -g default-terminal "foot" # Gruvbox dark color scheme set-option -g status "on"