alacritty fixes

This commit is contained in:
Dmitry Chumak
2025-04-23 20:21:06 +03:00
parent 04aef1e179
commit 909acaa69f
2 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
set -g default-terminal "screen-256color"
set -g default-terminal "xterm-256color"
set-option -gas terminal-overrides "*:Tc"
set-option -gas terminal-overrides "*:RGB"
set -g mouse on
set -g set-clipboard external
set -g escape-time 10 # https://www.johnhawthorn.com/2012/09/vi-escape-delays/