From ec5e5e833cf95ed01d2d82c9dfcf3d85ed4e3a7c Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 1 Mar 2024 12:41:59 +0530 Subject: [PATCH] add cursor settings --- config/sets.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/sets.nix b/config/sets.nix index 4de2cbf..039c7c1 100644 --- a/config/sets.nix +++ b/config/sets.nix @@ -83,6 +83,10 @@ guicursor = [ "n-v-c:block" # Normal, visual, command-line: block cursor "i-ci-ve:ver25" # Insert, command-line insert, visual-exclude: vertical bar with 25% width + "r-cr:hor20" # Replace, command-line replace: horizontal bar cursor with 20% height + "o:hor50" # Operator-pending: horizontal bar cursor with 50% height + "a:blinkwait700-blinkoff400-blinkon-250-Cursor/lCursor" # All mdoes: blinking settings + "sm:block-blinkwait175-blonkoff150-blinkon175" # Stopwatch: block cursor with specific blink settings ]; }; };