• crimsoncobalt@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Control+C is used to kill a process in the terminal and that shouldn’t be overwritten. If it is, you’d have to create a totally separate key binding to kill a process. Seems unnecessarily complex when Control+Shift+C works just fine.

    • hallettj@leminal.space
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      The article doesn’t suggest using Control+C. It talks about dedicated copy and paste key codes, and you can program your keyboard to map those codes to whatever keys you like. They suggest Fn+C.

    • Overspark@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Kitty has a setting that makes Ctrl-C copy text, but only if you’ve selected something. If you haven’t it does a regular break. Best of both worlds!

        • Overspark@feddit.nl
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          Had to look it up for you. I use (in kitty.conf):

          map ctrl+c copy_and_clear_or_interrupt
          map ctrl+v paste_from_clipboard
          

          Obviously you only need the first one for the copy bit but having paste as well is nice.