Block selection within new CMD/Terminal has gone? #16685

Open
opened 2026-01-31 05:19:37 +00:00 by claunia · 0 comments
Owner

Originally created by @hasuino on GitHub (Feb 7, 2022).

Hi everybody,

for me the main important feature of the CMD tool was that I was able to copy/paste blocks instead of line based selections. In my case the example is: When using SQL*Plus (or any other tool with a special prompt) I encounter these kind of command input:

SQL> select * from my_table
  2  where column1 = 'value1'
  3  and column2 = 'value2'
  4  and column3 not in (3, 6, 9)
  5  order by value2, value1
  6  /

You see: When I try to copy this SQL block in a line selection I get in trouble because all following prompts are selected, too!

Block selection is the only acceptable way to handle that. Why is this gone in the new console? Please bring is back, please!

Regards,
Martin
CMD_new

Originally created by @hasuino on GitHub (Feb 7, 2022). Hi everybody, for me the main important feature of the CMD tool was that I was able to copy/paste blocks instead of line based selections. In my case the example is: When using SQL*Plus (or any other tool with a special prompt) I encounter these kind of command input: ``` SQL> select * from my_table 2 where column1 = 'value1' 3 and column2 = 'value2' 4 and column3 not in (3, 6, 9) 5 order by value2, value1 6 / ``` You see: When I try to copy this SQL block in a line selection I get in trouble because all following prompts are selected, too! Block selection is the only acceptable way to handle that. Why is this gone in the new console? Please bring is back, please! Regards, Martin ![CMD_new](https://user-images.githubusercontent.com/14343848/152761785-5340bd20-a9a1-4e52-9e11-c06066c43d9c.png)
claunia added the Issue-QuestionNeeds-TriageNeeds-Tag-FixResolution-Answered labels 2026-01-31 05:19:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16685