refactor(wezterm): minor visual improvements
This commit is contained in:
parent
11bff8b0ce
commit
f98416d46b
@ -2,7 +2,7 @@ return {
|
|||||||
automatically_reload_config = true,
|
automatically_reload_config = true,
|
||||||
window_close_confirmation = "NeverPrompt",
|
window_close_confirmation = "NeverPrompt",
|
||||||
exit_behavior = "Close",
|
exit_behavior = "Close",
|
||||||
scrollback_lines = 20000,
|
scrollback_lines = 200000,
|
||||||
native_macos_fullscreen_mode = true,
|
native_macos_fullscreen_mode = true,
|
||||||
warn_about_missing_glyphs = true,
|
warn_about_missing_glyphs = true,
|
||||||
term = "wezterm",
|
term = "wezterm",
|
||||||
|
@ -8,4 +8,7 @@ return {
|
|||||||
},
|
},
|
||||||
enable_scroll_bar = false,
|
enable_scroll_bar = false,
|
||||||
underline_position = "250%",
|
underline_position = "250%",
|
||||||
|
custom_block_glyphs = true,
|
||||||
|
anti_alias_custom_block_glyphs = true,
|
||||||
|
detect_password_input = true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user