Add clipboard shortcuts to the readme
This commit is contained in:
parent
dd20789249
commit
64ed8daf59
@ -257,6 +257,9 @@ windows are:
|
|||||||
|===
|
|===
|
||||||
|Action |Shortcut
|
|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}
|
|Increase font size | {sc_increase_font_size}
|
||||||
|Decrease font size | {sc_decrease_font_size}
|
|Decrease font size | {sc_decrease_font_size}
|
||||||
|Restore font size | {sc_restore_font_size}
|
|Restore font size | {sc_restore_font_size}
|
||||||
|
|||||||
@ -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
|
# this will change the font size to 20 points when you press ctrl+f and then 2
|
||||||
|
|
||||||
# Clipboard {{{
|
# Clipboard {{{
|
||||||
|
map kitty_mod+c copy_to_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 kitty_mod+c copy_to_clipboard
|
|
||||||
map shift+insert paste_from_selection
|
map shift+insert paste_from_selection
|
||||||
# You can also pass the contents of the current selection to any program using
|
# 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
|
# pass_selection_to_program. By default, the system's open program is used, but
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user