From 4347d425c7ca0e80a32305334cbfed7d4b9319f2 Mon Sep 17 00:00:00 2001 From: Dilan Gilluly Date: Sun, 20 Apr 2025 16:39:43 -0400 Subject: [PATCH] (change): VSCode caret animations --- .config/VSCodium/User/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index c4234a8..ab65a1a 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -20,5 +20,8 @@ "chat.commandCenter.enabled": false, "files.associations": { "*.kv": "yaml" - } + }, + "terminal.integrated.cursorBlinking": true, + "editor.cursorBlinking": "expand", + "editor.cursorSmoothCaretAnimation": "on" } \ No newline at end of file