1 parent cd159ad commit cd80e5bCopy full SHA for cd80e5b
1 file changed
hm-modules/terminal-emulators/ghostty.nix
@@ -39,6 +39,13 @@ in
39
clipboard-write = "allow";
40
clipboard-trim-trailing-spaces = true;
41
copy-on-select = true;
42
+
43
+ keybind = [
44
+ "ctrl+shift+c=copy_to_clipboard:mixed"
45
+ "ctrl+shift+v=paste_from_clipboard"
46
+ "ctrl+insert=copy_to_clipboard:mixed"
47
+ "shift+insert=paste_from_selection"
48
+ ];
49
confirm-close-surface = false;
50
custom-shader = "${./shader.glsl}";
51
custom-shader-animation = "always";
0 commit comments