Require ctrl+shift to click URLs in Kitty

This commit is contained in:
2021-11-23 13:07:52 -08:00
parent 8c5c22551b
commit 33372e8300

View File

@@ -1177,6 +1177,10 @@ map ctrl+shift+page_down move_tab_forward
map ctrl+shift+page_up move_tab_backward
# map kitty_mod+alt+t set_tab_title
# Disable mouse clicking URLs
mouse_map left click ungrabbed no-op
mouse_map ctrl+shift+left click ungrabbed mouse_click
#: You can also create shortcuts to go to specific tabs, with 1 being
#: the first tab, 2 the second tab and -1 being the previously active
#: tab, and any number larger than the last tab being the last tab::