feat(kitty): copy paste keybind
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user