Skip to content

Instantly share code, notes, and snippets.

@fourier
Created February 5, 2015 17:03
Show Gist options
  • Save fourier/849b96b2e7e5a842f587 to your computer and use it in GitHub Desktop.
Save fourier/849b96b2e7e5a842f587 to your computer and use it in GitHub Desktop.
;; Swap "C-u" and "C-x", so it's easier to type on Dvorak layout
(keyboard-translate ?\C-u ?\C-x)
(keyboard-translate ?\C-x ?\C-u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment