minor
This commit is contained in:
parent
744cf78f62
commit
e8d42b488a
1 changed files with 4 additions and 1 deletions
|
|
@ -69,7 +69,10 @@ in
|
||||||
# Shell integration
|
# Shell integration
|
||||||
shell-integration = "detect";
|
shell-integration = "detect";
|
||||||
shell-integration-features = "cursor,sudo,title";
|
shell-integration-features = "cursor,sudo,title";
|
||||||
|
|
||||||
|
# Terminal type - use widely-supported xterm-256color for SSH compatibility
|
||||||
|
term = "xterm-256color";
|
||||||
|
|
||||||
# Mouse settings
|
# Mouse settings
|
||||||
mouse-hide-while-typing = true;
|
mouse-hide-while-typing = true;
|
||||||
mouse-shift-capture = false;
|
mouse-shift-capture = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue