you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 6 months ago (2 children)

I solved the drag and drop issue with dragon. Copying and pasting depends purely on your terminal emulator, no?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 6 months ago (1 child)

    As I've found with nvim using the lazy-vim config, no. That program, for example, requires a separate clipboard manager if you want to copy between it and your system.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -1 points 6 months ago* (1 child)

    Which terminal emulator copies with ctrl+c?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 6 months ago (1 child)

    Most terminal emulators will copy with Ctrl+Shift+c. I'm using foot, if you set this part of your config, it will copy with just Ctrl+c.

    [key-bindings]
    clipboard-copy=Control+c XF86Copy
    

    But now for most shells you don't have a keybind to send SIGINT, which is very commonly used.

  • source
  • parent
  • hideshow 2 child comments