Warp icon indicating copy to clipboard operation
Warp copied to clipboard

shift+click to select text

Open tigsss opened this issue 1 year ago • 2 comments

Discord username (optional)

No response

Describe the solution you'd like?

When text is already selected, I would like to be able to press shift+click and automatically select up until that point. This is a functionality in most terminals and is something I use a surprisingly amount of the time but is not present in Warp.

image

I originally did shift from the final t in requirements.txt to the second to last t (highlighting txt). Then shift clicking the first r in requirements should highlight the entire requirements.txt word.

If I were to select from the second to last to to the final t and then shift click the first r in requirements, it would highlight just the word requirements.

The algorithm is based on where you first select from, pressing shift-click will select all the text from either the cursor into the first select position or first select person to the cursor.

Is your feature request related to a problem? Please describe.

The problem is that this is supported in other terminals (VSCode, ITerm) but not in Warp.

Additional context

Looks like there are some related tickets: https://github.com/warpdotdev/Warp/issues/4673

How important is this feature to you?

5 (Can't work without it!)

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

tigsss avatar Apr 08 '24 18:04 tigsss

Thanks for this feature request @tigsss!

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

dannyneira avatar Apr 08 '24 18:04 dannyneira

DUP: https://github.com/warpdotdev/Warp/issues/923

toddw-as avatar Jun 16 '25 23:06 toddw-as