Modify sublime text shortcut keys and themes
How to use sublime? How to modify sublime text shortcut keys and theme? Below I will introduce to you how to modify it. I hope it will be helpful to friends who need it!
Set shortcut keys.
In SublimeText, open Preferences -> Key Bindings - User, the shortcut key I set:
[ { "keys": ["ctrl+f9"], "command": "build" }, { "keys": ["f10"], "command": "build", "args": {"variant": "Run"} }, { "keys": ["ctrl+shift+x"], "command": "toggle_comment", "args": { "block": true } },//快速注释 {"keys": ["ctrl+shift+f"],"command": "reindent"},//代码格式化 { "keys": ["alt+c"], "command": "toggle_bookmark" },//快捷高亮标记位置 {"keys": ["ctrl+d"],"command": "toggle_side_bar"},//隐藏侧边栏 ] { "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "font_size": 14, "word_wrap": true, // 自动换行 "ignored_packages": [ "Vintage" ], "update_check": false }
Theme's:
1. Add the .zip suffix to the \Packages\Theme - Default.sublime-package file in the installation directory, open and decompress it with compression software;
2. Unzip it Find Default.sublime-theme in the file and open it with a text editor;
3. Find "//Tab Labels", find "selected" under this part of the configuration, and change the fg in all selected blocks The value of is changed from "[255, 255, 255, 255]" to "[255, 216, 0, 255]";
4. Save the edited file and package the decompressed directory into zip Format, then replace \Packages\Theme -
5: SyncedSidebarBg sidebar theme plug-in
soda sidebar plug-in
Seti.sublime-theme tab bar theme, side Sidebar enhanced theme
6: Directly download a file icon for the sidebar icon; use monokai for the color scheme; use adaptive for the theme;
Solve the problem that the online registration code will become invalid after a short time Question, modify the local hostc and add the two ip addresses. In the cloud disk
From the first version of Sublime Text (1.0) to the present (3.0 3065), Chinese input methods (including Japanese input methods) have a problem: the input box does not follow.
Currently, this bug has not been officially fixed. The solution is to install the IMESupport plug-in and then restart Sublime Text to solve the problem.
7: Solve the hover display function when the mouse is on a certain line of content. Position; "show_definitions": false, Modify the default in the settings. I don’t know why it failed later. I made a mistake. It should be in the settings, not the shortcut key settings.
8: Solve the constant prompts Update problem;--Just changing it is not enough;--You need to modify the hosts file first, and then enter the registration code--It's completely OK
{ "font_size": 12, "update_check": false }
c:\windows\system32\drivers\etc --Add all Go in - still not working;
#to solv sublime Text IPv6 #50.116.34.243 sublime.wbond.net #end
Finally, you still need to enter the registration code to solve the problem
127.0.0.1 license.sublimehq.com 127.0.0.1 45.55.255.55 127.0.0.1 45.55.41.223
For more sublime related technical articles, please visit sublimeColumn.
The above is the detailed content of Modify sublime text shortcut keys and themes. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When Notepad files get too large, here are some solutions you can try: Use another text editor like Sublime Text as they don’t have file size limits. Split the file into smaller parts. Enable large file support via Registry Editor. Try using an alternative method such as Notepad++, WordPad, or Microsoft Word to open the file. Zip the file and open it with an archive tool.

There are three methods to achieve text column alignment in Notepad: 1. Use tabs; 2. Use spaces and adjust manually; 3. Use third-party tools (such as Notepad++, Sublime Text) to provide automatic alignment.

To open HTML files you need to use a browser such as Google Chrome or Mozilla Firefox. To open an HTML file using a browser, follow these steps: 1. Open your browser. 2. Drag and drop the HTML file into the browser window, or click the File menu and select Open.

IDLE and Jupyter Notebook are recommended for beginners, and PyCharm, Visual Studio Code and Sublime Text are recommended for intermediate/advanced students. Cloud IDEs Google Colab and Binder provide interactive Python environments. Other recommendations include Anaconda Navigator, Spyder, and Wing IDE. Selection criteria include skill level, project size and personal preference.

HTML can be used to open local files as follows: Create a .html file and import the jQuery library. Create an input field that allows the user to select a file. Listen to the file selection event and use a FileReader() object to read the file contents. Display the read file contents on the web page.

Here are the steps to use copied code in Python: Copy and paste the code into a text editor. Create a Python file. Run the code from the command line. Understand what the code is for and how it works. Modify the code as needed and rerun it.

Steps to create a .py file in Python: Open a text editor (such as Notepad, TextMate, or Sublime Text). Create a new file and enter the Python code, paying attention to indentation and syntax. When saving the file, use a .py extension (for example, my_script.py).

HTML files can be opened using a browser (such as Chrome, Firefox, Edge, Safari, Opera): find the HTML file (.html or .htm extension); right-click/long-press on the file; select "Open"; select the file you want to use browser.
