-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Bug description
On Linux running Firefox, Ctrl + Shift + {Left, Right, Home, End} will stop working after terminal has been opened & close. One use these key binding to select words at word boundaries or until the start/end of line.
Steps to reproduce
- With a freshly opened window, open a file with some text in it (or just type some).
- Try using Ctrl + Shift + Right, text should be selected at word boundaries.
- Open a terminal, then close it using
exitcommand. - Try using Ctrl + Shift + Right again. Nothing happens this time.
Workspace affected
(This issue is not workspace-specific)
Expected behavior
Text should be selected at word boundaries.
Example repository
No response
Anything else?
This is the same issue filed against cdr/code-server [1], so it's been suggested in a related issue that this might be an upstream issue. But because there's no "VSCode server" from upstream, I'm not sure it's appropriate to file an issue at microsoft/vscode.
[1] also contains interesting log, however captured using code-server, and a suggested workaround.
Note that the issue might not be reproducible on macOS due to difference in default keybindings. It should, however, be reproducible on Windows.