Sublime Text 3 minimap viewport

sublime-text

The new version Sublime Text 3 is awesome! However, there is one small change that makes negative expression - minimap doesn't show the current position in the document.

new-minimap

It's very inconvenient. Fortunately, a problem can be easily resolved by changing preferences. Steps to re-enable minimap viewport:

  1. Open user preferences: Preferences → Settings - User
  2. Add a line between braces: "always_show_minimap_viewport": true
  3. Save preferences. That's it!

From now minimap should work as in the previous version of the editor:

minimap-viewport

Good luck and happy coding! ;)