Shortcut to switch tabs on gnome-terminal with cntrl+tab
対象読者
gnome-terminal user
解決すること
configure cntrl+tab for switching tabs on gnome-terminal
内容
On recent gnome-terminal(on Ubuntu 22.04LTS), user can configure shortcut keys from preference menu. We can see tab switching item there, but it reject 'cntrl+tab' key combination.
Here is the page how to configure it and info for discussion on this.
In short, the following commands set the shortcut.
$gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ next-tab '<Primary>Tab'
$gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ prev-tab '<Primary><Shift>Tab'