V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
Kaiyuan
V2EX  ›  问与答

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

  •  1
     
  •   Kaiyuan · 2013-04-04 06:54:17 +08:00 · 32692 次点击
    这是一个创建于 4053 天前的主题,其中的信息可能已经有所发展或是发生改变。


    这种分屏方式如何快速切换左右两边的窗口?
    我现在是分成两个独立窗口之后用 com+` 来切换。
    Sublime text 2 默认有多种分屏方式,他们是如何快速切换呢?
    8 条回复    1970-01-01 08:00:00 +08:00
    xiiing
        1
    xiiing  
       2013-04-04 07:28:33 +08:00
    这个看起来很cool
    guchengf
        2
    guchengf  
       2013-04-04 08:22:53 +08:00   ❤️ 1
    Mac下不知道,但是Win下,Ctrl+对应窗口数字键就是快速切换对应窗口
    比如Ctrl+2就是窗口2
    Kaiyuan
        3
    Kaiyuan  
    OP
       2013-04-04 11:58:45 +08:00
    @guchengf 那个是切换标签,但是仅仅能在单一窗口切换标签。Mac 是 com+数字。
    guchengf
        4
    guchengf  
       2013-04-04 13:38:14 +08:00
    @Kaiyuan 我这边确实是换窗口
    timonwong
        5
    timonwong  
       2013-04-04 13:45:42 +08:00   ❤️ 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
       2013-04-04 13:55:45 +08:00
    @timonwong 喔,我之前试过这类组合键没成功以为不是这样切换。
    NemoAlex
        7
    NemoAlex  
       2013-04-18 14:17:27 +08:00
    Command + Shift + [ or ]
    jasonzeng09
        8
    jasonzeng09  
       2013-06-20 11:35:58 +08:00
    linux下使用 ctrl + 数字 切换 窗口
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1006 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 21:53 · PVG 05:53 · LAX 14:53 · JFK 17:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.