Created
April 20, 2018 00:00
-
-
Save gardner/faadfb3dbab64cdbd57a211cd4665ad7 to your computer and use it in GitHub Desktop.
Ubuntu Keybindings for Developers used to macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab', '<Super>Tab']" | |
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Alt><Shift>Tab', '<Super><Shift>Tab']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment