gaolinjie
V2EX  ›  问与答

请问一下sublime text 2 代码折叠mac下的快捷键是什么?或者有没有比较好的代码折叠插件?

  •  
  •   gaolinjie · Jul 20, 2013 · 14547 views
    This topic created in 4682 days ago, the information mentioned may be changed or developed.
    3 replies    1970-01-01 08:00:00 +08:00
    dppi
        1
    dppi  
       Jul 20, 2013   ❤️ 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" },
    P233
        2
    P233  
       Jul 20, 2013   ❤️ 2
    cmd option [
    cmd option ]

    先选中代码,一直想整理一份 sublime text 的快捷键列表,像 vim 那样
    gaolinjie
        3
    gaolinjie  
    OP
       Jul 20, 2013
    @dppi @P233 感谢
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2989 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 06:36 · PVG 14:36 · LAX 23:36 · JFK 02:36
    ♥ Do have faith in what you're doing.