Add clipboard shortcuts to the readme

This commit is contained in:
Kovid Goyal 2018-05-28 13:58:57 +05:30
parent dd20789249
commit 64ed8daf59
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 1 deletions

View File

@ -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}

View File

@ -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