Kaiyuan
V2EX  ›  问与答

Sublime text 2 分屏模式时候如何快速切换左右两边窗口?

  •  1
     
  •   Kaiyuan · Apr 4, 2013 · 33578 views
    This topic created in 4792 days ago, the information mentioned may be changed or developed.


    这种分屏方式如何快速切换左右两边的窗口?
    我现在是分成两个独立窗口之后用 com+` 来切换。
    Sublime text 2 默认有多种分屏方式,他们是如何快速切换呢?
    8 replies    1970-01-01 08:00:00 +08:00
    xiiing
        1
    xiiing  
       Apr 4, 2013
    这个看起来很cool
    guchengf
        2
    guchengf  
       Apr 4, 2013   ❤️ 1
    Mac下不知道,但是Win下,Ctrl+对应窗口数字键就是快速切换对应窗口
    比如Ctrl+2就是窗口2
    Kaiyuan
        3
    Kaiyuan  
    OP
       Apr 4, 2013
    @guchengf 那个是切换标签,但是仅仅能在单一窗口切换标签。Mac 是 com+数字。
    guchengf
        4
    guchengf  
       Apr 4, 2013
    @Kaiyuan 我这边确实是换窗口
    timonwong
        5
    timonwong  
       Apr 4, 2013   ❤️ 2
    @Kaiyuan
    仍然是ctrl+数字, super+数字是切换标签:

    { "keys": ["ctrl+1"], "command": "focus_group", "args": { "group": 0 } },
    { "keys": ["ctrl+2"], "command": "focus_group", "args": { "group": 1 } },
    { "keys": ["ctrl+3"], "command": "focus_group", "args": { "group": 2 } },
    { "keys": ["ctrl+4"], "command": "focus_group", "args": { "group": 3 } },
    { "keys": ["ctrl+shift+1"], "command": "move_to_group", "args": { "group": 0 } },
    { "keys": ["ctrl+shift+2"], "command": "move_to_group", "args": { "group": 1 } },
    { "keys": ["ctrl+shift+3"], "command": "move_to_group", "args": { "group": 2 } },
    { "keys": ["ctrl+shift+4"], "command": "move_to_group", "args": { "group": 3 } },
    { "keys": ["ctrl+0"], "command": "focus_side_bar" },

    { "keys": ["super+1"], "command": "select_by_index", "args": { "index": 0 } },
    { "keys": ["super+2"], "command": "select_by_index", "args": { "index": 1 } },
    { "keys": ["super+3"], "command": "select_by_index", "args": { "index": 2 } },
    { "keys": ["super+4"], "command": "select_by_index", "args": { "index": 3 } },
    { "keys": ["super+5"], "command": "select_by_index", "args": { "index": 4 } },
    { "keys": ["super+6"], "command": "select_by_index", "args": { "index": 5 } },
    { "keys": ["super+7"], "command": "select_by_index", "args": { "index": 6 } },
    { "keys": ["super+8"], "command": "select_by_index", "args": { "index": 7 } },
    { "keys": ["super+9"], "command": "select_by_index", "args": { "index": 8 } },
    { "keys": ["super+0"], "command": "select_by_index", "args": { "index": 9 } },
    Kaiyuan
        6
    Kaiyuan  
    OP
       Apr 4, 2013
    @timonwong 喔,我之前试过这类组合键没成功以为不是这样切换。
    NemoAlex
        7
    NemoAlex  
       Apr 18, 2013
    Command + Shift + [ or ]
    jasonzeng09
        8
    jasonzeng09  
       Jun 20, 2013
    linux下使用 ctrl + 数字 切换 窗口
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3025 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 00:20 · PVG 08:20 · LAX 17:20 · JFK 20:20
    ♥ Do have faith in what you're doing.