Dot_Files/.config/wezterm/config/misc.lua

8 lines
198 B
Lua

return {
automatically_reload_config = true,
window_close_confirmation = "NeverPrompt",
exit_behavior = "Close",
scrollback_lines = 20000,
native_macos_fullscreen_mode = true,
}