mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Implement double/triple clicks to select word/line
This commit is contained in:
@@ -33,6 +33,9 @@ scrollback_lines 2000
|
||||
# Wheel scroll multiplier (modify the amount scrolled by the mouse wheel)
|
||||
wheel_scroll_multiplier 5.0
|
||||
|
||||
# The interval between successive clicks to detect double/triple clicks (in seconds)
|
||||
click_interval 0.5
|
||||
|
||||
# Delay (in milliseconds) between screen updates. Decreasing it, increases fps
|
||||
# at the cost of more CPU usage. The default value yields ~50fps which is more
|
||||
# that sufficient for most uses.
|
||||
|
||||
Reference in New Issue
Block a user