feat(kitty): copy paste keybind

This commit is contained in:
2025-05-10 13:54:20 +08:00
parent e2e8e35b0e
commit d69b965651

View File

@@ -19,6 +19,10 @@ lib.my.makeHomeProgramConfig {
close_on_child_death = "yes"; close_on_child_death = "yes";
}; };
keybindings = {
"ctrl+shift+c" = "copy_to_clipboard";
"ctrl+shift+v" = "paste_from_clipboard";
};
font = { font = {
name = "monospace"; name = "monospace";
size = 14; size = 14;