eclipse 返回上一个选项卡的快捷键是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5297456/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the shortcut key to back to the previous tab?
提问by user496949
For example, after clicking open declaration, is there a shortkey which let me back to the previous tab?
例如,点击打开声明后,是否有一个快捷键让我回到上一个选项卡?
回答by rgerganov
Use Alt+ LeftArrowto go back.
使用Alt+LeftArrow返回。
回答by Nivas
By next tab, you probably mean the "Previous File".
通过下一个选项卡,您可能指的是“上一个文件”。
By default switching between open files (called "Editors" in eclipse parlance) can be done by Ctrl+F6and Ctrl+Shift+F6
默认情况下,可以通过Ctrl+F6和Ctrl+ Shift+在打开的文件(在 Eclipse 中称为“编辑器”)之间切换F6
This is configurable, so if you find this combination inconvenient (like me) you can change it in the Preferences: General -> Keys
. Look for Next Editor
and Previous Editor
这是可配置的,因此如果您发现此组合不方便(像我一样),您可以在 Preferences: 中更改它General -> Keys
。寻找Next Editor
和Previous Editor
(I have mapped them to Ctrl+Taband Ctrl+Shift+Tab.)
(我已将它们映射到Ctrl+Tab和Ctrl+ Shift+ Tab。)
回答by Ankit
Ctrl+ Shift+ L
Ctrl+ Shift+L
to view all shortcuts and from them you can have your previous tab shortcut.
查看所有快捷方式,您可以从中获得以前的选项卡快捷方式。
回答by mindreader
If you are talking about switching between open files, you can do this using Ctrl+PgUpand Ctrl+PgDn
如果您正在谈论在打开的文件之间切换,您可以使用Ctrl+PgUp和Ctrl+PgDn
If it is about navigating back & forth to the last modification, use Alt+?(right arrow) and Alt+?(left arrow)
如果是来回导航到最后一次修改,请使用Alt+ ?(右箭头)和Alt+ ?(左箭头)