Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sublime Text 2 似乎对所有内容都有用户设置,但我找不到一个来设置侧边栏的宽度。我喜欢它比默认值窄得多,并且经常手动设置它。
有谁知道设置在哪里?
谢谢!
好吧,我知道侧边栏宽度是每个项目的,即存储在<project>.sublime-workspace文件中。
<project>.sublime-workspace
相关键是
"side_bar_visible": true, "side_bar_width": 260.0,
因此,您可以使用您喜欢的宽度值编辑工作区文件。