In the previous two tutorials we saw how to,
Taking a step further - let's see how we can set multiple rulers in Sublime Text,
Example: Set two rulers at a distance of columns 80 and 120- Go to Sublime Text -> Preferences -> Settings (on macOS, may vary for Windows users)
- Add the below with in braces in Preferences.sublime-settings file : "rulers": [80,100]
- Press Command + S to save the changes
- Now you should see two rulers in tabs/files.
Like the Menu Option there is no limit to the column options that you can select from you can select any number of rulers and any number you want.
Example: Set 4 rulers at column distance: 10, 20, 40, 80Follow the same steps and add the following in the settings file: "rulers": [10,20,40,80]

Have Questions? Post them here!
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!