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

Sublime text 3 package control

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Manual

If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:

Click the Preferences > Browse Packages... Menu

Browse up a folder and then into the Installed Packages/ folder

Download Package Control.sublime-package and copy it into the Installed Packages/ directory

Restart Sublime Text

Manual installation

You cannot install using code for a variety of reasons, so you can install Package Control manually by following these steps:

1. Click Preferences > Browse Packages menu

two。 Enter the upper directory of the open directory, and then enter the Installed Packages/ directory

3. Download Package Control.sublime-package and copy it to the Installed Packages/ directory

4. Restart Sublime Text.

-

Sublime text 3 opens the vim enhancement plug-in Vintageous

Overview

Vintageous is a vi/Vim editing package for Sublime Text 3.

Vintageous is a rewrite of Vintage with the aim to make it more similar to Vim.

Download

The current build of Vintageous is updated frequently.

Install

Ensure the built-in Vintage package is in the ignored_packages list in your user preferences.

Copy Vintageous.sublime-package to the Installed Packages folder located under the data directory.

Development Version

To use this development version, you should:

Ensure the built-in Vintage package is in the ignored_packages list in your user preferences.

Clone this repository.

Edit files as needed.

Run build.sh (OS X/Linux) or bin/Publish.ps1 (Windows).

Refer to the wiki for more information.

Documentation

Refer to the wiki.

Settings

See Vintageous/Preferences.sublime-settings for a comprehensive list of settings.

Credits

Vintageous' design is heavily inspired by previous work done by dlo.

Settings details:

{

/ / If true, debug information will be printed to the console.

"vintageous_verbose": false

/ / If true, some key bindings prefaced by the CTRL modifier will override default Sublime Text

/ / key bindings.

"vintageous_use_ctrl_keys": false

/ / If true, search occurrences will be highlighted in'/','?, etc.

/ (Disabled.)

"vintageous_hlsearch": true

/ / If true, search patterns will be applied incrementally as they are typed in.

/ (Disabled.)

"vintageous_incsearch": true

/ / If true,': 'and ex commands will be available.

"vintageous_enable_cmdline_mode": true

/ / If true, the current mode will be reset to normal mode when a tab gets activated.

"vintageous_reset_mode_when_switching_tabs": true

/ / If true, some commands will take the current indentation level into account.

/ (Disabled.)

"vintageous_autoindent": true

/ / If true, copy actions will always propagate to the system clipboard.

"vintageous_use_sys_clipboard": false

/ / If true, / and? Will use regular expressions.

/ / If false, smart case will be used instead: the pattern will be interpreted literally and, if

/ / it's either all lowercase or all uppercase, case will be ignored too.

"vintageous_magic": true

/ / If true, /,?, * and # will always ignore case.

"vintageous_ignorecase": true

/ / Logging level. Used for diagnostics and troubleshooting. Common valid

/ / values are 'debug',' info', 'error',' critical'. Most users should

/ / not need to modify the default value.

"vintageous_log_level": "error"

}

Specific operations:

1. Preferences-Settings-default

"ignored_packages": ["vintageous"]

Modified to:

"ignored_packages": [""]

2. Preferences-Settings-users

"ignored_packages":

[

"Vintageous"

]

Modify to

"ignored_packages":

[

"

]

After the configuration of the above two items, you can start.

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

Servers

Wechat

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

12
Report