Skip to content

Instantly share code, notes, and snippets.

@owskio
Created May 30, 2016 23:50
Show Gist options
  • Save owskio/737b6603c633210dbb2f1cdae4e7d913 to your computer and use it in GitHub Desktop.
Save owskio/737b6603c633210dbb2f1cdae4e7d913 to your computer and use it in GitHub Desktop.
swap caps lock and escape for evil mode in emacs
!
!https://www.emacswiki.org/emacs/MovingTheCtrlKey
!
!Swap escape and caps lock keys
! seems to work
!
! sourced in ~/.xsession with
! xmodmap ~/.xmodmap
!
remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock⏎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment