From 5d8564569aa0314969380d6a3c3622b16a1eb4cb Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 5 Feb 2023 01:24:19 +0300 Subject: [PATCH] kitty: unified copy-paste --- kitty/kitty.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 2b09fb7..de75b07 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -800,12 +800,14 @@ background #383838 #: Clipboard {{{ +map ctrl+alt+c copy_to_clipboard # map kitty_mod+c copy_to_clipboard #: There is also a copy_or_interrupt action that can be optionally #: mapped to Ctrl+c. It will copy only if there is a selection and #: send an interrupt otherwise. +map ctrl+alt+v paste_from_clipboard # map kitty_mod+v paste_from_clipboard # map kitty_mod+s paste_from_selection # map shift+insert paste_from_selection