Skip to content

Instantly share code, notes, and snippets.

@frankyxhl
Created September 25, 2012 07:18
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 frankyxhl/3780429 to your computer and use it in GitHub Desktop.
Save frankyxhl/3780429 to your computer and use it in GitHub Desktop.
swap-command-and-option-key-in-mac
(setq mac-option-key-is-command t)
(setq mac-option-modifier 'super)
(setq mac-command-key-is-meta t)
(setq mac-command-modifier 'meta)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment