I was just reading this thread… https://sh.itjust.works/post/23476261

…and it got me thinking about something that I’ve wanted for a long time. Why is it that keyboards have not evolved to have dedicated copy/paste keys left of the main board? I’d love to see an additional column of keys left of Esc->Ctrl configurable as macros at least. I do a lot of copy/paste for work. The current shortcuts arent terrible or anything but they’re not exactly comfortable. I’d rather move my whole hand to the left for a macro key than contort to hit the current shortcut.

What do you think?

  • Victor@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    I’m pretty happy working as a developer where I can choose my own editor. (Neo)Vim, Kakoune, now Helix, they all just have one single key used for copying (/“yanking”) text to a register: y, and it’s bloody fast. I can’t even use VS Code without a Vim or Helix or Kakoune emulator extension. But of course I prefer to use the faster, pure terminal applications.

    To be honest I’m not really that great with Vim actions anymore. Even if I was using it for about a decade. The Kakoune and Helix model just made too much sense.