feat(kitty): ignore hyperlinks with mouse left click

This commit is contained in:
Michel 2023-04-17 17:18:15 +02:00
parent 92c0b7d1f1
commit 854865ffc2
1 changed files with 11 additions and 1 deletions

View File

@ -76,7 +76,17 @@ scrollback_lines 10000
#: 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