Sublime Forum

Migrating to Sublime4

#1

Hello everyone,
I recently moved from Sublime3 to Sublime4 and everything was very smooth. I just got 2 problems:

  • TAB is not working. When I press it nothing is happening and I was expecting to get 2 space instead as per my configuration
  • The dropdown menu bar is hidden and the only way to see it is to press alt. I would like to pin it again as it was in Sublime 4

Any suggestion?

0 Likes

#2

Just set "themed_title_bar": false, in your prefereneces.

1 Like

#3

This is most likely due to a package or an override. Does it happen in safe mode?

0 Likes

#4

How can I start the safe mode. I realized this is happening when I am editing HTML or Python, but works fine with JS.

0 Likes

#5

See https://www.sublimetext.com/docs/safe_mode.html

1 Like

#6

Several users reporting issues with TAB key not working had some custom key bindings configured, which pointed to no longer existing insert_best_completions command.

0 Likes