You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really miss this feature from the Konsole terminal, it has this configuration in settings 🚀:
It works this way, if I do triple-click on some word, it selects the word under the cursor and the whole line to the end.
Examples:
| indicates where I do triple-click
> start of the selection after triple-click
< end of the selection after triple-click
Setting up >pyth|on3-distupgrade (1:20.04.31) ... <
>Se|tting up python3-distupgrade (1:20.04.31) ... <
Setting up >python3-distupgra|de (1:20.04.31) ... <
It can be a little enhanced like this:
Setting up >pyth|on3-distupgrade (1:20.04.31) ...<
>Se|tting up python3-distupgrade (1:20.04.31) ...<
Setting up >python3-distupgra|de (1:20.04.31) ...<
So do the trim of whitespaces at the end of the line.
Would be nice to do it configurable, so the user could decide if he wants to select Whole line or From mouse position to the end of line.
I'm using this feature heavily when I work in the Konsole terminal.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Apr 10, 2021
I think this could probably be covered by issue #6511. It's essentially just another selection type that users would be able to choose for a given click action.
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Apr 13, 2021
I really miss this feature from the Konsole terminal, it has this configuration in settings 🚀:
It works this way, if I do triple-click on some word, it selects the word under the cursor and the whole line to the end.
Examples:
|
indicates where I do triple-click>
start of the selection after triple-click<
end of the selection after triple-clickIt can be a little enhanced like this:
So do the trim of whitespaces at the end of the line.
Would be nice to do it configurable, so the user could decide if he wants to select
Whole line
orFrom mouse position to the end of line
.I'm using this feature heavily when I work in the Konsole terminal.
The text was updated successfully, but these errors were encountered: