disable middle mouse in terminal emulator
This commit is contained in:
parent
01d11ddfa6
commit
240fad9ff2
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
settings = {
|
||||
window.decorations = "none";
|
||||
|
||||
mouse_bindings = [{
|
||||
mouse = "Middle";
|
||||
mode = "~Vi";
|
||||
action = "None";
|
||||
}];
|
||||
scrolling = {
|
||||
history = 32000;
|
||||
multiplier = 3;
|
||||
|
|
Loading…
Reference in a new issue