From 14ecf88e31d6709a78a07aec81c104ad1cc49dac Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 18 Dec 2024 21:59:53 +0100 Subject: [PATCH] Change cursor --- tongfang/.config/wezterm/wezterm.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,