If you have made use of Rulers in Sublime Text Editor, you must have seen that as you set the Ruler in one of the files or tab it is not activated for all tabs/files.
If you are an advanced user and want to have a ruler visible in each of your new tabs or files, then you can add the user settings.
- Open Sublime Text Editor,
- Go to Sublime Text -> Preferences -> Settings (on macOS, may vary for Windows users)
- Now in Preferences.sublime-settings file add the below with in braces: "rulers": [100]
- Close the tabs and you should see now each files and tabs have rulers enabled.

Permanently Set Ruler in Sublime Text Editor
⛏️ If you do not want to have the ruler or want to change its size, follow the same steps to open Preferences.sublime-setting file and edit or remove the rulers parameter.
Have Questions? Post them here!
More Posts related to Sublime-Text,
- How to add ruler in Sublime Text tab window
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- How to add Multiple Rulers in Sublime Text
- How to install Packages in Sublime Text Editor
- How to display File CR LF Newline Characters in Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to Set Permanent ruler in Sublime Text
- How to shuffle lines randomly in Sublime Text
- Word count in Sublime Text Editor
More Posts:
- How to remove Siri from Menu Bar [macOS Big Sur] - MacOS
- How to fix Microsoft Windows 10 update error 80070020 - Microsoft
- Bootstrap Nav Menu Dropdown on hover - Bootstrap
- Android Parsing Data for android-L failed Unsupported major.minor version 51.0 Error - Android
- How to open a new tab in Notepad++ - NotepadPlusPlus
- Notepad++ Editor alternatives for Mac OS X - NotepadPlusPlus
- Create SharePoint Site Collection with new Content database in existing web application - SharePoint
- Change Height of Android ActionBar - Android