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 = {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue