Skip to content

Instantly share code, notes, and snippets.

@duggiefresh
Last active March 13, 2016 22:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save duggiefresh/6302432 to your computer and use it in GitHub Desktop.
Save duggiefresh/6302432 to your computer and use it in GitHub Desktop.
CrunchBang 11: Remap Caps Lock to CTRL

CrunchBang 11: Remap Caps Lock to CTRL

$ vim ~/.Xmodmap

remove Lock = Caps_Lock
remove Control = Control_L
keysym Caps_Lock = Control_L
add Control = Control_L

$ xmodmap ~/.Xmodmap

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