Skip to content

Commit c90f61c

Browse files
kitty: try different values for the performance knobs
This appears to make things a tiny bit smoother, especially in syntax-heavy nvim buffers using treesitter. Note that the super slowdown that sometimes happens with hlsearch is caused by nvim/treesitter themselves, and has nothing to do with kitty (or whatever terminal is used).
1 parent 07f618e commit c90f61c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kitty/calvin.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ map kitty_mod+kp_add change_font_size current +5.046876
2121
enabled_layouts fat:bias=55,tall:bias=75,tall:bias=68,tall:bias=50,vertical,horizontal,grid,stack
2222

2323
# Performance knobs
24-
repaint_delay 4
25-
input_delay 2
24+
repaint_delay 3
25+
input_delay 3
2626
sync_to_monitor no

0 commit comments

Comments
 (0)