multiple updates

This commit is contained in:
2025-11-18 04:22:01 +03:00
parent 1c3787a3d6
commit ccc2cdab20
10 changed files with 68 additions and 212 deletions
+5 -6
View File
@@ -19,16 +19,15 @@
background_blur = 5;
confirm_os_window_close = 0;
map = ''
ctrl+c copy_or_interrupt
ctrl+v paste_from_clipboard
ctrl+shift+v paste_from_clipboard
'';
shell = "${pkgs.zsh}/bin/zsh";
};
keybindings = { "ctrl+shift+enter" = "new_window_with_cwd"; };
keybindings = {
"ctrl+shift+enter" = "new_window_with_cwd";
"ctrl+c" = "copy_or_interrupt";
"ctrl+v" = "paste_from_clipboard";
};
extraConfig = ''
# --- Catppuccin Mocha (dark) theme ---