diff --git a/README.asciidoc b/README.asciidoc index be0e5f7a5..918db9387 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -257,6 +257,9 @@ windows are: |=== |Action |Shortcut +|Copy to clipboard | {sc_copy_to_clipboard} +|Paste from clipboard | {sc_paste_from_clipboard} +|Paste from selection | {sc_paste_from_selection} |Increase font size | {sc_increase_font_size} |Decrease font size | {sc_decrease_font_size} |Restore font size | {sc_restore_font_size} diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 07d858cc6..b3730e9d1 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -379,9 +379,9 @@ kitty_mod ctrl+shift # this will change the font size to 20 points when you press ctrl+f and then 2 # Clipboard {{{ +map kitty_mod+c copy_to_clipboard map kitty_mod+v paste_from_clipboard map kitty_mod+s paste_from_selection -map kitty_mod+c copy_to_clipboard map shift+insert paste_from_selection # You can also pass the contents of the current selection to any program using # pass_selection_to_program. By default, the system's open program is used, but