tmux: terminal-features

from nvim checkhealth
main
Zynh Ludwig 2024-08-20 00:33:41 -07:00
parent 0247eba923
commit 27a3ec825e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
extraConfig = '' extraConfig = ''
set-option -g renumber-windows on set-option -g renumber-windows on
set-option -g focus-events on set-option -g focus-events on
set-option -g terminal-features 'alacritty:RGB'
bind '"' split-window -v -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"