Foot: Add system paste as alt.i.
This commit is contained in:
parent
90840018d0
commit
0edd6e301c
|
@ -21,8 +21,13 @@ in
|
||||||
background = config.module.style.color.bg.dark;
|
background = config.module.style.color.bg.dark;
|
||||||
foreground = config.module.style.color.fg.light;
|
foreground = config.module.style.color.fg.light;
|
||||||
};
|
};
|
||||||
key-bindings = {
|
key-bindings =
|
||||||
show-urls-launch = "Mod1+o";
|
let
|
||||||
|
mod = "Mod1";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
show-urls-launch = "${mod}+o";
|
||||||
|
clipboard-paste = "Control+Shift+v XF86Paste ${mod}+i";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue