How to make ruler always be shown in Sublime text 2?
问题 I use Sublime Text 2 and want a Ruler to be shown in every file with specific line-height. But I have to show it manually in every file. 回答1: Edit the "rulers" value in the default settings to contain the column number you want the ruler to be displayed on, and it will persist. 回答2: Go to Sublime Text > Preferences > Settings - User Add a "rulers" setting with the lines you want for the ruler: // Adds a single vertical ruler at column 80 "rulers": [80], If you want multiple rulers, separate