feat(wezterm): make default cursor a bar

This commit is contained in:
Price Hiller 2022-08-03 11:33:40 -05:00
parent f0dd03d7c2
commit ba436d48fa

View File

@ -12,4 +12,5 @@ return {
},
colors = colors.theme,
force_reverse_video_cursor = true,
default_cursor_style = "SteadyBar",
}