mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Change cursor
This commit is contained in:
parent
1f2d94fe27
commit
14ecf88e31
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Use a steady block cursor
|
-- Use a steady block cursor
|
||||||
default_cursor_style = "SteadyBlock",
|
default_cursor_style = "BlinkingBlock",
|
||||||
|
cursor_blink_rate = 600,
|
||||||
|
animation_fps = 144,
|
||||||
|
|
||||||
-- Set scrollback lines to a large number for history
|
-- Set scrollback lines to a large number for history
|
||||||
scrollback_lines = 10000,
|
scrollback_lines = 10000,
|
||||||
|
|
Loading…
Reference in a new issue