Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify sublime text shortcuts and themes

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how to modify sublime text shortcuts and topics. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

How to modify sublime text shortcuts and themes

Set keyboard shortcuts.

In SublimeText, open Preferences-> Key Bindings-User, and I set the shortcut key:

[{"keys": ["ctrl+f9"], "command": "build"}, {"keys": ["f10"], "command": "build", "args": {"variant": "Run"}}, {"keys": ["ctrl+shift+x"], "command": "toggle_comment", "args": {"block": true}}, / Quick comment {"keys": ["ctrl+shift+f"] "command": "reindent"}, / / Code formatting {"keys": ["alt+c"], "command": "toggle_bookmark"}, / / Quick highlight position {"keys": ["ctrl+d"], "command": "toggle_side_bar"}, / / hide sidebar] {"color_scheme": "Packages/Color Scheme-Default/Monokai.sublime-color-scheme", "font_size": 14 "word_wrap": true, / / automatic line wrapping "ignored_packages": ["Vintage"], "update_check": false}

Thematic:

1. Add the .zip suffix to the\ Packages\ Theme-Default.sublime-package file in the installation directory, open it with compression software and unzip it.

two。 Find Default.sublime-theme in the extracted file and open it using a text editor

3. Look for "/ / Tab Labels", look for "selected" under this configuration, and change the value of fg in all selected blocks from "[255,255,255,255,255]" to "[255,216,0,255]".

4. Save the edited file, package the extracted directory into zip format, and then replace\ Packages\ Theme-

5:SyncedSidebarBg sidebar theme plug-in

Soda sidebar plug-in

Seti.sublime-theme label bar theme, sidebar enhanced theme

6: download a file icon directly to the sidebar icon; color scheme uses monokai; theme and adaptive

To solve the problem that the registration code on the Internet will expire soon, modify the local hostc to add two ip addresses. In the cloud disk

From the first version of Sublime Text (1.0) to the present (3.0 3065), there is a problem with Chinese input methods (including Japanese input methods): input boxes do not follow.

At present, the official bug has not been fixed. The solution is to install the IMESupport plug-in, and then the problem of restarting Sublime Text will be solved.

7: solve the problem that when the mouse is over a line, hover displays the location of the function; "show_definitions": false, modify the default in the setting, I don't know why it fails later, and if you make a mistake, it should be in the setting, not in the shortcut key setting.

8: solve the problem of always prompting updates;-- it's not enough to just change it;-- modify the hosts file first, and then enter the registration code-- completely.

{"font_size": 12, "update_check": false}

C:\ windows\ system32\ drivers\ etc-- add it all-- it still doesn't work.

# to solv sublime Text IPv6#50.116.34.243 sublime.wbond.net#end

Finally, you have to enter the registration code to solve the problem.

127.0.0.1 license.sublimehq.com127.0.0.1 45.55.255.55127.0.0.1 45.55.41.223 Thank you for your reading! This is the end of the article on "how to modify sublime text shortcuts and themes". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report