Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 - hide minimap by default

Tags:

sublimetext2

Is there a setting to hide the minimap by default?

It's inconvenient to View > Hide Minimap for every window I open.

like image 594
mreq Avatar asked Dec 14 '12 10:12

mreq


2 Answers

You can hide the minimap by default by adding

 "show_minimap": false

to your User Settings file (Preferences > Settings - User)

like image 101
Michal Mau Avatar answered Nov 08 '22 15:11

Michal Mau


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.

like image 15
floppy12 Avatar answered Nov 08 '22 14:11

floppy12