This commit is contained in:
Yan Lin 2025-10-24 12:11:00 +02:00
parent 744cf78f62
commit e8d42b488a

View file

@ -69,7 +69,10 @@ in
# Shell integration
shell-integration = "detect";
shell-integration-features = "cursor,sudo,title";
# Terminal type - use widely-supported xterm-256color for SSH compatibility
term = "xterm-256color";
# Mouse settings
mouse-hide-while-typing = true;
mouse-shift-capture = false;