主页
个人项目
学习笔记
个人研究
个人简历
Sublime Cheat Sheet | 伟大航路
伟大航路

Sublime Cheat Sheet

1. 设置ln

ln /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl sublime

2. short-cuts

2.1 Key Bindings - Default/User

2.2 常用

1
2
3
4
5
6
7
8
9
option ->/<-
option shift ->/<-
command ->/<-
command [上]/[下]
command enter
command L
command K+B
ctrl shift M 选中代码块
ctrl command G 选中相同的代码

3. 命令行

sublime.log_commands(True)

4. package

  • git

    1
    2
    3
    4
    5
    [
    { "keys": ["super+alt+g+a"], "command": "git_raw", "args": {"command": "git add -A" }},
    { "keys": ["super+alt+g+c"], "command": "git_commit"},
    { "keys": ["super+alt+g+p"], "command": "git_raw", "args": {"command": "git push" }},
    ]
  • SyncedSideBar

cloughzhang wechat