dotfiles/.config/wezterm/wezterm.lua

15 lines
241 B
Lua
Raw Normal View History

2022-10-26 14:54:00 +02:00
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,
}