Cursor moves inconsistently
Open
triage-needed
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
Type: Bug
When moving the cursor using CTRL+⮕ or CTRL+⬅, VS Code behaves differently:
- Moving to the **right**: Cursor stops at every `/\b/`.
- Moving to the **left**: Cursor only stops at `/\b\w/`.
In both cases, the cursor should stop at every `/\b/`.
I included my keyboard bindings file. Perhaps one of these settings isn't correctly implemented:
[keybindings.json](https://github.com/user-attachments/files/32171184/keybindings.json)
---
---
VS Code version: Code 1.137.0 (645f29cc3176500b4b5762ba887cf2a7f0ffdf2c, 2026-09-08T13:43:59-07:00)
OS version: Windows_NT x64 10.0.19045
Modes:
Contributor guide
Assessment
This issue has not been assessed yet.