diff --git a/kitty.conf b/kitty.conf index d60d247..fcaa288 100644 --- a/kitty.conf +++ b/kitty.conf @@ -40,4 +40,9 @@ copy_on_select yes detect_urls yes # --- Bell --- -enable_audio_bell no \ No newline at end of file +enable_audio_bell no + +# --- Clipboard --- +map ctrl+shift+c copy_to_clipboard +map ctrl+shift+v paste_from_clipboard +mouse_map middle release ungrabbed paste_from_selection \ No newline at end of file