Home > Development Tools > sublime > body text

Where are the sublime preferences?

下次还敢
Release: 2024-04-03 15:36:21
Original
867 people have browsed it

Sublime Text's preference files are typically located in the following location: Windows: %APPDATA%\Sublime Text 3\Packages\UsermacOS: ~/Library/Application Support/Sublime Text 3/Packages/UserLinux: ~/.config /sublime-text-3/Packages/User

Where are the sublime preferences?

Sublime Preferences File Location

Preferences for Sublime Text Files are typically stored in the following location:

  • Windows: %APPDATA%\Sublime Text 3\Packages\User
  • macOS: ~/Library/Application Support/Sublime Text 3/Packages/User
  • Linux: ~/.config/sublime-text -3/Packages/User

Edit Preferences File

To edit the preferences file, use the following steps:

  1. Open Sublime Text.
  2. Go to the menu bar and select Preferences >Settings.
  3. In the settings window, click the "Preferences - Default" tab.
  4. In the Preferences File Locations section, click Browse for Files.
  5. This will open your preferences file. You can edit it using a text editor such as Sublime Text.

Commonly used preference settings

The preference file contains various settings that allow you to customize the appearance and behavior of Sublime Text. Here are a few common settings:

  • Theme: theme - Set the theme used by Sublime Text.
  • Font size: font_size - Set the font size of the editor.
  • Tab size: tab_size - Set the width of the tab.
  • Auto save: auto_save - Set whether Sublime Text automatically saves files.
  • Code folding: fold_buttons - Controls the behavior of the code folding buttons.

The above is the detailed content of Where are the sublime preferences?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!