博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sublime Text 快捷键
阅读量:2207 次
发布时间:2019-05-04

本文共 846 字,大约阅读时间需要 2 分钟。

我只想说

Sublime 牛逼!


ctrl+M—Go to matching parentheses

Ctrl+P go to file

Ctrl+KB Toggle Side Bar

Ctrl+Shift+N New Window


Ctrl+G go to line

Ctrl+R go to methods

Ctrl+Shift+R go to methods in project

Ctrl+D select word


Ctrl+Alt+Up / Ctrl+Alt+Down select column for multiple editing

Ctrl+/ comment line

Ctrl+Shift+/ block comment


ctrl+L—Select line - Repeat to select next lines

Ctrl+KK delete from cursor to end of line

Ctrl+K Backspace delete from cursor to start of line

Ctrl+Shift+D duplicate line(s)


Ctrl+KU upper case

Ctrl+KL lower case


Ctrl+Y redo or repeat

Ctrl+ +/- zoom

Ctrl+I incremental find

Ctrl+H replace


Ctrl+0 focus on sidebar

Alt+[1,2,3…] select tab


Ctrl+F2 toggle bookmark

F2 next bookmark

Shift+F2 previous bookmark

Ctrl+Shift+F2 clear bookmarks


ctrl+k+v to bring up the clipboard

F9 sort

ctrl+t replace

Ctrl + Backspace delete a word

转载地址:http://jliyb.baihongyu.com/

你可能感兴趣的文章
详解 LSTM
查看>>
按时间轴简述九大卷积神经网络
查看>>
详解循环神经网络(Recurrent Neural Network)
查看>>
为什么要用交叉验证
查看>>
用学习曲线 learning curve 来判别过拟合问题
查看>>
用验证曲线 validation curve 选择超参数
查看>>
用 Grid Search 对 SVM 进行调参
查看>>
用 Pipeline 将训练集参数重复应用到测试集
查看>>
PCA 的数学原理和可视化效果
查看>>
机器学习中常用评估指标汇总
查看>>
什么是 ROC AUC
查看>>
Bagging 简述
查看>>
详解 Stacking 的 python 实现
查看>>
简述极大似然估计
查看>>
用线性判别分析 LDA 降维
查看>>
用 Doc2Vec 得到文档/段落/句子的向量表达
查看>>
使聊天机器人具有个性
查看>>
使聊天机器人的对话更有营养
查看>>
一个 tflearn 情感分析小例子
查看>>
attention 机制入门
查看>>