Fullscreen handling on MacOS

This commit is contained in:
Mahesh Asolkar 2022-09-25 09:49:52 -07:00
parent c14d5d1710
commit 1a9a8f748f

View File

@ -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",