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]

Setting Multiple Rulers in Sublime Text Editor
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 uninstall pip Python packages - Python
- Center Align TextView Android Horizontally or Vertically - Android
- Java Stream flatmap() Examples - Java
- How to remove old 404 pages ulrs from Google crawler - Html
- Clear SFTP Prompt Screen on macOS Terminal - MacOS
- Convert Java Object to JSON using Jackson Library - Java
- Calculate Volume of Sphere - C-Program
- How to clear MySQL Console Screen - MySQL