Is there a setting to hide the minimap by default?
It\'s inconvenient to View > Hide Minimap
for every window I open.
You can hide the minimap by default by adding
"show_minimap": false
to your User Settings file (Preferences > Settings - User)
You can acces the "View : Toggle Minimap" command via the command palette (Command + Maj + P on mac os) + Enter
Or maybe defining a macro that you can execute when opening a file.
For Ubuntu 12.04 Sublime 2221, adding
"hide_minimap": true
to your User Settings file (Preferences > Settings - User)