Fullscreen handling on MacOS
This commit is contained in:
parent
c14d5d1710
commit
1a9a8f748f
@ -13,6 +13,14 @@ return {
|
|||||||
-- Don't want tabbar by default
|
-- Don't want tabbar by default
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
|
||||||
|
-- Native fullscreen behavior on MacOS
|
||||||
|
native_macos_fullscreen_mode = true,
|
||||||
|
|
||||||
|
-- Keyboard bindings
|
||||||
|
keys = {
|
||||||
|
{ key = 'f', mods = 'CMD|CTRL', action = wezterm.action.ToggleFullScreen, },
|
||||||
|
},
|
||||||
|
|
||||||
-- Color scheme and cursor
|
-- Color scheme and cursor
|
||||||
colors = {
|
colors = {
|
||||||
cursor_bg = "red",
|
cursor_bg = "red",
|
||||||
|
Loading…
Reference in New Issue
Block a user