Sublime Forum

[Bug] Cursor disappearing from view after indent command

#1

com-video-to-gif-converter

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:

  1. Start with subl --safe-mode
  2. Create a new file
  3. Enter some code, e.g.
    def foo():
        print()
    
  4. Indent the code (e.g. print()) with command cmd + ]
  5. Cursor disappears!
  6. 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

0 Likes