sublime text 3 package control

简介:


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:

  1. Click the Preferences > Browse Packages… menu

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

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

  4. Restart Sublime Text



手动安装


可能由于各种原因,无法使用代码安装,那可以通过以下步骤手动安装Package Control:

1.点击Preferences > Browse Packages菜单

2.进入打开的目录的上层目录,然后再进入Installed Packages/目录

3.下载Package Control.sublime-package并复制到Installed Packages/目录

4.重启Sublime Text。



-------------------

sublime text 3 打开 vim增强插件 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"

}


具体操作:

1、首选项 -- 设置--默认里

 "ignored_packages": ["vintageous"]

 修改成:

 "ignored_packages": [""]


2、首选项 -- 设置--用户里

"ignored_packages":

[

"Vintageous"

],


修改成

"ignored_packages":

[

""

],


经过上面两项的配置就可以启动了

本文转自孤舟夜航之家博客51CTO博客,原文链接http://blog.51cto.com/cysky/1969467如需转载请自行联系原作者


cysky

相关文章
|
7月前
|
前端开发 JavaScript Linux
Sublime Text 3配置Go语言开发环境
【4月更文挑战第13天】本篇文章 Huazie 向大家介绍使用 Sublime Text 3搭建Go语言开发环境,并演示编译运行 Go语言代码
838 8
Sublime Text 3配置Go语言开发环境
|
6月前
lua环境,sublime text 插件安装
lua环境,sublime text 插件安装
|
4月前
|
Python
Sublime Text Python 代码提示插件 Anaconda
Sublime Text Python 代码提示插件 Anaconda
87 1
|
4月前
|
JSON 数据格式
Sublime Text 查找的内容 高亮显示
Sublime Text 查找的内容 高亮显示
489 0
Sublime Text 查找的内容 高亮显示
|
4月前
Sublime Text 16进制显示
Sublime Text 16进制显示
187 0
|
4月前
Sublime Text 汉化 中文
Sublime Text 汉化 中文
58 0
|
7月前
|
前端开发 Unix Linux
Sublime Text 3配置 Python 开发环境
【5月更文挑战第7天】本篇 Huazie 介绍了 Sublime Text 3 配置 Python 开发环境的相关内容,感兴趣的朋友赶紧配置起来,有任何问题可以随时评论区沟通。
166 1
Sublime Text 3配置 Python 开发环境
|
7月前
|
开发框架 前端开发 C#
Sublime Text 3配置 C# 开发环境
【5月更文挑战第2天】本篇 Huazie 介绍了 Sublime Text 3 配置 C# 的相关内容,感兴趣的朋友赶紧配置起来,有任何问题可以随时评论区沟通。
63583 7
Sublime Text 3配置 C# 开发环境
|
7月前
|
C++
Sublime Text 3 解决中文乱码问题
【5月更文挑战第1天】本篇介绍 Sublime Text 3 解决中文乱码问题,不仅仅适用于 C/C++ 代码,也适用于其他任何 Sublime Text 3 集成的开发环境。
1283 5
Sublime Text 3 解决中文乱码问题
|
7月前
|
API 开发工具 C++
【专栏:工具与技巧篇】使用代码编辑器(VS Code/Sublime Text)提升开发效率
【4月更文挑战第30天】在VS Code与Sublime Text两大流行代码编辑器中,开发者可借助其高效特性提升编程效率。VS Code拥有丰富的插件生态、内置Git集成、强大的调试工具、智能提示和多文件导航功能。Sublime Text则以其轻量级、快速响应、多光标编辑及自定义构建系统见长。学习编辑器的键盘快捷键、自定义配置、使用内置终端以及键绑定和宏,将助开发者进一步提高开发效率。选择适合自己的编辑器并不断适应新技术是提升开发工作流的关键。
312 1