• nickwitha_k (he/him)@lemmy.sdf.org
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    4 hours ago

    One of the things that really, really annoys me when I get lazy and use a pre-bundled set of (neo)vim plugins is how every one of them uses mouse functionality. I only use the mouse to copy/paste from the terminal to system clipboard. I don’t want it hijacking him and entering visual mode.

      • nickwitha_k (he/him)@lemmy.sdf.org
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        You know, if I can use vim bindings and regex, I might try it out. I tend to try to keep my neovim plugins fairly lightweight when I config myself. Not being electron is a big plus.

    • electricprism@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      does this suggest that copy/paste from the terminal is broken by design and we need find a better way?

      • Midnitte@beehaw.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        Might I suggest a common set of keybinds… maybe C for copy, and v for vaste… maybe use ctrl as well?

        • nickwitha_k (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          3
          ·
          2 hours ago

          Ctrl is already used my a large number of commands in POSIX shells. This is one of the places that I really like Apple’s solution (despite really not liking most of what they do). Super/GUI/Command + c/v is a great improvement in the terminal.