feat: add middle mouse button paste action
Added a binding for the middle mouse button to enable paste functionality. This improves efficiency and aligns with common user expectations for mouse interactions.
This commit is contained in:
parent
1c71f70da7
commit
0389be5611
|
@ -47,6 +47,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
|
mouse.bindings = [
|
||||||
|
{ mouse = "Middle"; action = "Paste"; }
|
||||||
|
];
|
||||||
|
|
||||||
# Color theme ported from iTerm 2 Smoooooth
|
# Color theme ported from iTerm 2 Smoooooth
|
||||||
colors.primary = {
|
colors.primary = {
|
||||||
|
|
Loading…
Reference in a new issue