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:
Harald Hoyer 2025-05-15 17:44:38 +02:00
parent 1c71f70da7
commit 0389be5611

View file

@ -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 = {