Skip to content

Instantly share code, notes, and snippets.

@timhughes
Created April 18, 2019 21:34
Show Gist options
  • Save timhughes/72bcdcc953458bbf138fbd45f554c046 to your computer and use it in GitHub Desktop.
Save timhughes/72bcdcc953458bbf138fbd45f554c046 to your computer and use it in GitHub Desktop.
Disable the emoji hotkey in Gnome 3
thughes@krypton [0] $ gsettings get org.freedesktop.ibus.panel.emoji hotkey
['<Control><Shift>e']
thughes@krypton [0] $ gsettings set org.freedesktop.ibus.panel.emoji hotkey []
thughes@krypton [0] $ gsettings get org.freedesktop.ibus.panel.emoji hotkey
@as []
@timhughes
Copy link
Author

This enables you to access the Terminator vertical split keybinding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment