• flying_gel@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    14 days ago

    You mean you couldn’t copy some text from vim and paste it into another application? if yes, what did you have to install/configure for that? I’ve never had any issues copy paste from/to vim, console/GUI windows/Unix.

    • dysprosium@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      12 days ago

      Sadly I don’t remember. Sometimes it comes preinstalled, sometimes not, depending on OS or something. (Maybe Manjaro gnome). I could copy and paste inside of vim, but not to/from outside vim.

      • flying_gel@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        11 days ago

        What you observes could be OS depended,. Vim has its own copy paste buffers (y,p etc) and the OS has its own. Traditionally highligh to copy and middle mouse button to paste on Unix. Windows has 2 methods, ctrl-c,v but those are also bindings in vim so only the older less known crtl-insert,shirt-insert works.

        Copy paste is definitely built in, there is no need for extra plugins.