As shown above, the cursor disappeared from view after executing indent
command with cmd + ]. This can be reproduced in safe-mode in the currently updated Sublime Text.
Sublime Text 4 version: (Dev) Build 4194.
Platform: macOS Sequoia 15.3.1 (24D70).
Date: Fri, 28 Feb 2025
Steps to reproduce:
- Start with
subl --safe-mode
- Create a new file
- Enter some code, e.g.
def foo(): print()
- Indent the code (e.g.
print()
) with command cmd + ] - Cursor disappears!
- The only way I found to bring it back is to undo with cmd + Z
Can someone please take a look? The bug is so evident.
Cross-link: https://github.com/sublimehq/sublime_text/issues/6627