mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
add cursor settings
This commit is contained in:
parent
d01e1e11e8
commit
ec5e5e833c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue