15 lines
241 B
Lua
15 lines
241 B
Lua
|
|
||
|
local wezterm = require 'wezterm';
|
||
|
|
||
|
return {
|
||
|
font = wezterm.font("FiraCode Nerd Font"),
|
||
|
window_padding = {
|
||
|
left = 0,
|
||
|
right = 0,
|
||
|
top = 0,
|
||
|
bottom = 0,
|
||
|
},
|
||
|
hide_tab_bar_if_only_one_tab = true,
|
||
|
|
||
|
}
|