vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.35k stars 3.52k forks source link

[Feature request] tmux buffer copy to system clipboard #2952

Open txchen opened 6 years ago

txchen commented 6 years ago

Issue

In iTerm 2, if we enable option 'Applications in terminal may access clipboard': image

Then in tmux, the copy mode can copy content to system clipboard, not just tmux's own clipboard. This is a very useful feature to me. It would be nice if hyper can also support this.

DeciderWill commented 6 years ago

Currently it is not possible to use mouse input to copy and paste. Which for me copying and pasting using Hyper with Tmux is pretty much impossible. To note using the keyboard C-a [/v/y would work.

pablopunk commented 5 years ago

@DeciderWill I use tmux and can alt+click to copy on mac with https://github.com/zeit/hyper/issues/3592#issuecomment-492163239