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

2013-04-04 06:54:17 +08:00
 Kaiyuan


这种分屏方式如何快速切换左右两边的窗口?
我现在是分成两个独立窗口之后用 com+` 来切换。
Sublime text 2 默认有多种分屏方式,他们是如何快速切换呢?
32719 次点击
所在节点    问与答
8 条回复
xiiing
2013-04-04 07:28:33 +08:00
这个看起来很cool
guchengf
2013-04-04 08:22:53 +08:00
Mac下不知道,但是Win下,Ctrl+对应窗口数字键就是快速切换对应窗口
比如Ctrl+2就是窗口2
Kaiyuan
2013-04-04 11:58:45 +08:00
@guchengf 那个是切换标签,但是仅仅能在单一窗口切换标签。Mac 是 com+数字。
guchengf
2013-04-04 13:38:14 +08:00
@Kaiyuan 我这边确实是换窗口
timonwong
2013-04-04 13:45:42 +08:00
@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
2013-04-04 13:55:45 +08:00
@timonwong 喔,我之前试过这类组合键没成功以为不是这样切换。
NemoAlex
2013-04-18 14:17:27 +08:00
Command + Shift + [ or ]
jasonzeng09
2013-06-20 11:35:58 +08:00
linux下使用 ctrl + 数字 切换 窗口

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/64901

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX