Make snapOnInput
more flexible (i.e. do not snap on mouse paste, but snap on Enter)
#17992
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Needs-Attention
The core contributors need to come back around and look at this ASAP.
Product-Terminal
The new Windows Terminal.
Milestone
Description of the new feature/enhancement
Often, I find myself scrolling up to copy stuff from earlier commands, e.g. long paths (I do that by selecting them). I would like to be able to paste them (I do that using right click) at the current prompt, but without snapping back to the prompt (i.e. what happens with
"snapOnInput": false
), but then I would also like that if I type stuff to tweak the command I'm writing, or hit Enter to execute it, then Terminal snaps to it (i.e. what happens with"snapOnInput": true
).Proposed technical implementation details (optional)
Maybe
"snapOnInput": "keyboard"|"mouse"|"all"
, with the currenttrue
behaviour equivalent to"all"
, and the one I describe above would be"keyboard"
.The text was updated successfully, but these errors were encountered: