tongqingliu

保持学习的态度

sublime使用技巧汇总

sublime使用技巧

Ubuntu下安装sublime text 3143版本

Install the GPG key:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Ensure apt is set up to work with https sources:

sudo apt-get install apt-transport-https

Select the Stable channel to use:

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Update apt sources and install Sublime Text

sudo apt-get update
sudo apt-get install sublime-text

安装anaconda, 并去掉Python代码方框

ctrl + shift + P - install package - anaconda
安装结束后,
在Sublime > Preferences > Package Settings > Anaconda > Settings User 中设置关闭:

{"anaconda_linting": false}

显示竖线

preferences - settings

	"rulers":
	[
		80
	],

使用vim模式

preferences - settings

	"ignored_packages":
	[
	],

更换主题

ctrl + shift + P - install package - material theme
安装结束后,
preferences - package setting - material theme - active

同时使用Adaptive.sublime-theme效果更佳:
preferences - theme - Adaptive.sublime-theme

显示目录树

将文件夹拖拽进入sublime,ctrl + K + B

不显示状态栏

ctrl + shift + P - view
有很多可以选择
这样按F11真有全屏的效果……

设置tap大小

preferences - settings

{
"tab_size": 4,
"translate_tabs_to_spaces": true
}

关闭更新

"update_check": false

其他问题

Ubuntu16.04安装sublime text 3并配置Python开发环境

Ubuntu16.04安装texlive2016并配置texmaker和sublime text3

Ubuntu16.04下配置sublime text 3使用markdown

sublime将python的运行结果在命令行显示

参考

http://www.sublimetext.com/docs/3/linux_repositories.html#apt

posted on   tongqingliu  阅读(196)  评论(0编辑  收藏  举报

编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构

导航

统计信息

点击右上角即可分享
微信分享提示