“移动到左编辑器”的快捷方式和“移动到右编辑器”在Eclipse中?

问题描述:

如果我的Eclipse窗口垂直分割,是否有任何键盘快捷方式移动到逻辑左/右编辑器?

If I've got my Eclipse windows split vertically, is there any keyboard shortcut to move to the logical left/right editor?

例如,在图像中打击,选择正确的编辑器,我想移动到左侧窗口:

For example, in the image blow, the right editor is selected, and I want to move to the left window:

拆分窗口http://img.skitch.com/20091026-1w8p3adrk5hemdspgesjpgjybj.png

对于那些知道Vim的人,我我试图重新创建 cw h cw l

For those of you who know Vim, I am trying to recreate c-w h and c-w l.

Csaba_H的答案是正确的:没有键盘快捷方式从一个编辑区切换到下一个编辑区。您可以通过键盘快捷键最多的是切换到另一个编辑器,无论其区域如何(左,右,顶部,底部...无论您将区域分成:p)通过常规的快捷方式:

The answer from Csaba_H is right : there is no keyboard shortcut to switch from one editor area to the next. The most you can do through keyboard shortcuts is to switch to "another editor", whatever its area is (left, right, top, bottom... whatever you tiled the area into :p) through the usual shortcuts :


  • 下一个编辑器: ctrl + F6

  • 编辑器: ctrl + shift + F6

  • 快速切换编辑器: ctrl + E

  • next editor : ctrl + F6
  • previous editor : ctrl + shift + F6
  • quick switch editor : ctrl + E

我只会提到你也可以看看所有可用的快捷方式在您的Eclipse中,如果您转到窗口>首选项,然后进入常规>密钥部分(要获得的快捷方式是使用 ctrl + shift + / kbd>两次)。

I'll only mention that you can also take a look yourself to all available shortcuts in your Eclipse if you go to Window > preferences and go into the section General > Keys (a shortcut to get there is to use ctrl + shift + L twice).