tmux: Set default terminal to foot
This commit is contained in:
parent
ca802a885f
commit
4f339f682a
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue