From 3923cf9b1f716c7941f230845a1f396f125f5cb3 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Tue, 4 Jan 2022 16:29:16 +0100 Subject: [PATCH] [kitty] Add shortcut to copy 'last_cmd_output' to clipboard --- .config/kitty/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index b10a2a3..c671c1f 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1015,6 +1015,9 @@ allow_hyperlinks yes #: with the mouse. The special value of ``ask`` means that kitty will #: ask before opening the link. +shell_integration no-cursor +map kitty_mod+y launch --stdin-source=@last_cmd_output --type=clipboard + term xterm-kitty #: The value of the TERM environment variable to set. Changing this