1
dppi 2013-07-20 18:42:51 +08:00 1
全部折叠: Ctrl+kt(win/Linux) CMD+kt(Mac)
全部展开: Ctrl+kj(win/Linux) CMD+kj(Mac) 还有更加精确的控制, 在Key Bingdings - Default设置里,你可以搜索"fold",然后你会看到如下: { "keys": ["super+alt+["], "command": "fold" }, { "keys": ["super+alt+]"], "command": "unfold" }, { "keys": ["super+k", "super+1"], "command": "fold_by_level", "args": {"level": 1} }, { "keys": ["super+k", "super+2"], "command": "fold_by_level", "args": {"level": 2} }, { "keys": ["super+k", "super+3"], "command": "fold_by_level", "args": {"level": 3} }, { "keys": ["super+k", "super+4"], "command": "fold_by_level", "args": {"level": 4} }, { "keys": ["super+k", "super+5"], "command": "fold_by_level", "args": {"level": 5} }, { "keys": ["super+k", "super+6"], "command": "fold_by_level", "args": {"level": 6} }, { "keys": ["super+k", "super+7"], "command": "fold_by_level", "args": {"level": 7} }, { "keys": ["super+k", "super+8"], "command": "fold_by_level", "args": {"level": 8} }, { "keys": ["super+k", "super+9"], "command": "fold_by_level", "args": {"level": 9} }, { "keys": ["super+k", "super+0"], "command": "unfold_all" }, { "keys": ["super+k", "super+j"], "command": "unfold_all" }, { "keys": ["super+k", "super+t"], "command": "fold_tag_attributes" }, |
2
P233 2013-07-20 18:45:11 +08:00 2
cmd option [
cmd option ] 先选中代码,一直想整理一份 sublime text 的快捷键列表,像 vim 那样 |