Can't select using `option` in terminal with a mouse mode program running
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.72.2
- OS Version: 12.16.1
Steps to Reproduce:
- Run
less --mouse foo.txt
- Try to select text by holding
option
, this works in iTerm2 but not in VS Code’s integrated terminal.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Tmux mouse-mode on does not allow to select text with mouse
Notes for OS X: In iTerm, use Option instead of Shift . In Terminal.app, use Fn . Share.
Read more >Can't use cursor select in cmd or atom - windows 10
First: run DISM and SFC: (1) Open cmd.exe with Run as Administrator. (2) DISM.exe /Online /Cleanup-image /StartComponentCleanup.
Read more >Selecting text in the terminal without using the mouse
Selecting text in the terminal without using the mouse · 1. You mean Ctrl-Shift-Home? · Shift-Home copies to the beginning of the line....
Read more >Getting back old copy paste behaviour in tmux, with mouse
Copy the text: select the text and press mouse left-button with shift key press too. Paste the text with shift key + middle-button....
Read more >Selecting text with mouse not working. - Microsoft Community
As I understand that you unable to select the text with mouse is not working. 1. What is the make and the model...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh I know what’s happening here, the option+click is trying to move the cursor. To workaround this you should set
terminal.integrated.altClickMovesCursor
to false. I think this is a bug upstream where we should be ignoringterminal.integrated.altClickMovesCursor
ifterminal.integrated.macOptionClickForcesSelection
is set AND mouse events are enabled in the terminal.Let me know if I can help