kitty: unified copy-paste

This commit is contained in:
He4eT 2023-02-05 01:24:19 +03:00
commit 5d8564569a

View file

@ -800,12 +800,14 @@ background #383838
#: Clipboard {{{ #: Clipboard {{{
map ctrl+alt+c copy_to_clipboard
# map kitty_mod+c copy_to_clipboard # map kitty_mod+c copy_to_clipboard
#: There is also a copy_or_interrupt action that can be optionally #: 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 #: mapped to Ctrl+c. It will copy only if there is a selection and
#: send an interrupt otherwise. #: send an interrupt otherwise.
map ctrl+alt+v paste_from_clipboard
# map kitty_mod+v paste_from_clipboard # map kitty_mod+v paste_from_clipboard
# map kitty_mod+s paste_from_selection # map kitty_mod+s paste_from_selection
# map shift+insert paste_from_selection # map shift+insert paste_from_selection