mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Rebind middle click for contex, not close_all
This commit is contained in:
parent
167138bf97
commit
8a87f85b97
|
@ -269,7 +269,7 @@
|
||||||
# These values can be strung together for each mouse event, and
|
# These values can be strung together for each mouse event, and
|
||||||
# will be executed in sequence.
|
# will be executed in sequence.
|
||||||
mouse_left_click = open_url, do_action, close_current
|
mouse_left_click = open_url, do_action, close_current
|
||||||
mouse_middle_click = close_all
|
mouse_middle_click = context
|
||||||
mouse_right_click = close_current
|
mouse_right_click = close_current
|
||||||
|
|
||||||
# Experimental features that may or may not work correctly. Do not expect them
|
# Experimental features that may or may not work correctly. Do not expect them
|
||||||
|
|
Loading…
Reference in a new issue