feat(kitty): ignore hyperlinks with mouse left click
This commit is contained in:
parent
92c0b7d1f1
commit
854865ffc2
@ -76,7 +76,17 @@ scrollback_lines 10000
|
|||||||
|
|
||||||
#: Mouse {{{1
|
#: Mouse {{{1
|
||||||
#
|
#
|
||||||
# file:///usr/share/dokitty/html/open_actions.html
|
# file:///usr/share/doc/kitty/html/conf.html#conf-kitty-mouse-mousemap
|
||||||
|
#
|
||||||
|
# `mouse_map button-name event-type modes action`
|
||||||
|
# - left, middle, right + keyboard modifiers
|
||||||
|
# - click, press, release, doubleclick, doublepress, triplepress (+click_interval)
|
||||||
|
# - grabbed, ungrabbed
|
||||||
|
#
|
||||||
|
# See also `kitty --debug-input`
|
||||||
|
|
||||||
|
# Don't process link
|
||||||
|
mouse_map left click ungrabbed mouse_handle_click selection prompt
|
||||||
|
|
||||||
|
|
||||||
#: Performance tuning {{{1
|
#: Performance tuning {{{1
|
||||||
|
Loading…
Reference in New Issue
Block a user