
sublime text
文章平均质量分 86
Qton
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sublime text3 快捷键
ctr+/ 快速注释 ctr+f 查找 ctr+k 删除行 ctr+d 复制行 ctr+w 关闭当前窗口 ctr+enter 切到下一行(光标在上一行中间也行) ctr+shift+enter 切换到上一行(同上) ctr+shift+(↑ ↓)上下移动该行 alt+shift+(1,2,3,4) 分屏原创 2017-04-14 21:50:32 · 589 阅读 · 0 评论 -
配置sublime text3(for python)
1 package cotrol 包控制 2 Comert To UTF8 正常显示中文 3 Theme-Brogrammer 黑色主题 4 sublimeLinter 代码检测 (sublimerLinter-pyflakes sublimerLinter-pep8) 5 Synced Sidebarby 侧边栏同色 6 Anaconda 需要网页去下载 科学计算包 里原创 2017-04-14 21:19:21 · 2767 阅读 · 0 评论 -
ubuntu18 下配置sublime text3 (python编码环境)
1 下载sublimetext3 (不要下载最新版Version:Build 3207 不好找licence) https://www.unyoo.com/2320.html(参考这个,需要指定版本windows或mac的可以看这个) https://download.sublimetext.com/sublime_text_3_build_3200_x64.tar.bz2 (我用的是这个版...原创 2019-07-12 08:48:52 · 544 阅读 · 0 评论