refactor(wezterm): minor visual improvements

This commit is contained in:
Price Hiller 2023-07-24 19:50:28 -05:00
parent 11bff8b0ce
commit f98416d46b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

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