From 8c352ea5ecd2cd46d1d7c17b1e72780897a08ffa Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 26 May 2024 21:15:26 +0200 Subject: [PATCH] shell/kitty: add shortcut for copying with ansi --- nix-os/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index 3308eab..c13ffbe 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -54,6 +54,8 @@ in ${if config.services.xserver.desktopManager.gnome.enable then "hide_window_decorations yes" else ""} background_opacity 0.8 dynamic_background_opacity yes + + map kitty_mod+alt+c copy_ansi_to_clipboard ''; environment.etc."ranger/rc.conf".text = ''