mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 02:03:22 +00:00
Add clipboard shortcuts to the readme
This commit is contained in:
parent
dd20789249
commit
64ed8daf59
2 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue