13 lines
218 B
Lua
13 lines
218 B
Lua
|
|
return {
|
||
|
|
color_scheme = 'gbox',
|
||
|
|
enable_tab_bar = false,
|
||
|
|
font_size = 10.0,
|
||
|
|
-- font = wezterm.font('ComicShanns Mono Nerd Font'),
|
||
|
|
keys = {
|
||
|
|
{
|
||
|
|
key = "F11",
|
||
|
|
action = wezterm.action.ToggleFullScreen,
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|