Foot: Add system paste as alt.i.

This commit is contained in:
Dmitry Voronin 2025-01-22 11:42:09 +03:00
parent 90840018d0
commit 0edd6e301c
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -21,8 +21,13 @@ in
background = config.module.style.color.bg.dark;
foreground = config.module.style.color.fg.light;
};
key-bindings = {
show-urls-launch = "Mod1+o";
key-bindings =
let
mod = "Mod1";
in
{
show-urls-launch = "${mod}+o";
clipboard-paste = "Control+Shift+v XF86Paste ${mod}+i";
};
};
};