Skip to content

Instantly share code, notes, and snippets.

@casaval
Forked from duggiefresh/crunchbang_hack_1.md
Last active August 29, 2015 14:14
Show Gist options
  • Save casaval/8737757e35233da62837 to your computer and use it in GitHub Desktop.
Save casaval/8737757e35233da62837 to your computer and use it in GitHub Desktop.

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