add cursor settings

This commit is contained in:
Aditya 2024-03-01 12:41:59 +05:30
parent d01e1e11e8
commit ec5e5e833c
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -83,6 +83,10 @@
guicursor = [ guicursor = [
"n-v-c:block" # Normal, visual, command-line: block cursor "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 "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
]; ];
}; };
}; };