diff --git a/dots/.config/wezterm/config/misc.lua b/dots/.config/wezterm/config/misc.lua index 9651662d..d61a8b23 100644 --- a/dots/.config/wezterm/config/misc.lua +++ b/dots/.config/wezterm/config/misc.lua @@ -2,7 +2,7 @@ return { automatically_reload_config = true, window_close_confirmation = "NeverPrompt", exit_behavior = "Close", - scrollback_lines = 20000, + scrollback_lines = 200000, native_macos_fullscreen_mode = true, warn_about_missing_glyphs = true, term = "wezterm", diff --git a/dots/.config/wezterm/config/rendering.lua b/dots/.config/wezterm/config/rendering.lua index 533f3d0b..c83d99d8 100644 --- a/dots/.config/wezterm/config/rendering.lua +++ b/dots/.config/wezterm/config/rendering.lua @@ -8,4 +8,7 @@ return { }, enable_scroll_bar = false, underline_position = "250%", + custom_block_glyphs = true, + anti_alias_custom_block_glyphs = true, + detect_password_input = true, }