File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ background-opacity = 0.95
99macos-non-native-fullscreen = true
1010macos-titlebar-style = hidden
1111
12+ # Disable mouse interception
13+ mouse-reporting = false
14+
1215# Send Alt/Option as a true Alt modifier instead of composing special
1316# characters (e.g. Option+m -> "µ"), so terminal apps that bind Alt+<key>
1417# (zellij, etc.) receive the modifier instead of a literal character.
1518macos-option-as-alt = true
1619
17- # Colors (Gruvbox Dark)
18- background = "#282828"
19- foreground = "#ebdbb2"
20+ # Colors - follow system appearance (Gruvbox Dark / Gruvbox Light)
21+ theme = light:Gruvbox Light,dark:Gruvbox Dark
2022cursor-color = "#d79921"
21- selection-background = "#ebdbb2"
22- selection-foreground = "#282828"
2323
2424# Key bindings
2525keybind = ctrl+shift+h=goto_split:left
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ web_client {
358358// - true (default)
359359// - false
360360//
361- // mouse_mode false
361+ mouse_mode false
362362
363363// Toggle having pane frames around the panes
364364// Options:
You can’t perform that action at this time.
0 commit comments