Skip to content

Commit

Permalink
me: vscode: smooth cursor blink
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Apr 24, 2024
1 parent 51aa982 commit 14fd2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/jacob/programs/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"editor.fontSize" = 13;
"editor.cursorSmoothCaretAnimation" = "explicit";
"editor.cursorStyle" = "block";
"editor.cursorBlinking" = "smooth";
"window.density.editorTabHeight" = "compact";

# popups are really annoying
Expand Down

0 comments on commit 14fd2f4

Please sign in to comment.