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

7 lines
157 B
Lua
Raw Normal View History

2022-06-19 16:03:11 -05:00
return {
automatically_reload_config = true,
2022-07-08 21:07:14 -05:00
window_close_confirmation = "NeverPrompt",
exit_behavior = "Close",
scrollback_lines = 20000,
2022-06-19 16:03:11 -05:00
}