vercel / hyper

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

Feature: Intelligent copy #2857

Open sinnlosername opened 6 years ago

sinnlosername commented 6 years ago

Hi!

It would be nice if you could add an "intelligent" copy feature. Many other terminals support it.

If you select a text and click "CTRL+C", it will copy the selected text and remove the selection. If you click "CTRL+C" normally, it will send the interrupt to the shell like normally.

albinekb commented 6 years ago

Perfect plugin idea!

mr6volt commented 6 years ago

Something to add to this,

The addition of Mouse modifier keys like WSL Terminal (the github project).

Example: Hold shift(or whatever you choose) key to tell the terminal not to send mouse events to Vim, and make text selections for coping to the clipboard.