System details:
Positron and OS details:
Positron Version: 2025.12.0 build 17
Code - OSS Version: 1.105.0
Commit: f7ff362
Date: 2025-11-03T07:19:55.858Z
Electron: 37.6.0
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0
Describe the issue:
Can't go back to a single editor cursor from multiple cursors.
Steps to reproduce the issue:
- Open a Positron notebook
- Type
hello hello into a cell editor
- Select the first
hello and press Cmd+D
- Verify that both
hellos are selected - PASS
- Press escape
- Verify that we're still in edit mode and the single cursor was restored - FAIL
Expected or desired behavior:
The escape should be swallowed by the editor and we should remain in edit mode with a single cursor.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.
System details:
Positron and OS details:
Positron Version: 2025.12.0 build 17
Code - OSS Version: 1.105.0
Commit: f7ff362
Date: 2025-11-03T07:19:55.858Z
Electron: 37.6.0
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0
Describe the issue:
Can't go back to a single editor cursor from multiple cursors.
Steps to reproduce the issue:
hello hellointo a cell editorhelloand press Cmd+Dhellos are selected - PASSExpected or desired behavior:
The escape should be swallowed by the editor and we should remain in edit mode with a single cursor.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.