Skip to content

Instantly share code, notes, and snippets.

@justinoboyle
Created June 8, 2020 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinoboyle/67db7652b696c46798b52dbb74941235 to your computer and use it in GitHub Desktop.
Save justinoboyle/67db7652b696c46798b52dbb74941235 to your computer and use it in GitHub Desktop.
Enable Ctrl + Tab and Ctrl + Shift + Tab in gnome-terminal (Ubuntu)
#!/bin/bash
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment