disable middle mouse in terminal emulator

This commit is contained in:
Cyryl Płotnicki 2022-10-25 21:07:20 +01:00
parent 01d11ddfa6
commit 240fad9ff2

View file

@ -6,6 +6,11 @@
settings = { settings = {
window.decorations = "none"; window.decorations = "none";
mouse_bindings = [{
mouse = "Middle";
mode = "~Vi";
action = "None";
}];
scrolling = { scrolling = {
history = 32000; history = 32000;
multiplier = 3; multiplier = 3;