dotfiles/.config/wezterm/wezterm.lua
2022-10-26 14:54:00 +02:00

14 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,
}