Update default repeat_delay to improve holding delete and vim motions

In my testing, this is the lowest you can go without causing any issues
with double key presses.
This commit is contained in:
Jon Kinney
2026-04-12 20:09:08 -05:00
parent 1732551873
commit 8a7c77291e
+1 -1
View File
@@ -11,7 +11,7 @@ input {
# Change speed of keyboard repeat
repeat_rate = 40
repeat_delay = 600
repeat_delay = 250
# Start with numlock on by default
numlock_by_default = true