32 terminal keyboard-shortcuts gnome
我工作时喜欢在 GNOME 终端中打开几个选项卡。在 Firefox 中,您可以使用 Ctrl-Tab 或 Ctrl-Shift-Tab 在选项卡之间切换。如何在 GNOME 终端中获得相同的功能?
Ben*_*ier 19
这通常映射到CTRLPgUp和 CTRLPgDown。
使用CTRLSHIFTPgUp和 CTRLSHIFTPgDown来移动标签。
而lastely,您可以直接访问与前十个选项卡 ALT1,ALT2等等...
更新:某些(较新的?)版本的 gnome-terminal 有一个keyboard shortcuts可从Edit菜单访问的对话框——无需使用gconf-editor.
您可以使用gconf-editor修改 gnome-terminal 的键绑定。
查看以下内容:apps/gnome-terminal/keybindings
gconf-editor 的手册页提供了一些有趣的评论...
GConf-Editor 是用于编辑 GConf 配置数据库的工具。当某些软件的适当配置实用程序无法更改某些选项时,它可能很有用。
和
此工具允许您直接编辑配置数据库。这不是设置桌面首选项的推荐方式。使用此工具风险自负。
注意:默认情况下可能未安装 GConfig-Editor。对于 Debian/Ubuntu/Mint,安装:
sudo apt-get install gconf-editor
Run Code Online (Sandbox Code Playgroud)
示例设置:
next_tab <Shift>Right
prev_tab <Shift>Left
Run Code Online (Sandbox Code Playgroud)