diff --git a/tongfang/.config/wezterm/wezterm.lua b/tongfang/.config/wezterm/wezterm.lua index b40e673..96bb7e9 100644 --- a/tongfang/.config/wezterm/wezterm.lua +++ b/tongfang/.config/wezterm/wezterm.lua @@ -26,7 +26,9 @@ return { }, -- Use a steady block cursor - default_cursor_style = "SteadyBlock", + default_cursor_style = "BlinkingBlock", + cursor_blink_rate = 600, + animation_fps = 144, -- Set scrollback lines to a large number for history scrollback_lines = 10000,