Skip to content

Instantly share code, notes, and snippets.

@jackfischer
Created July 13, 2015 19:07
Show Gist options
  • Save jackfischer/2ec2302420a880506f13 to your computer and use it in GitHub Desktop.
Save jackfischer/2ec2302420a880506f13 to your computer and use it in GitHub Desktop.
ubuntu: disable caps lock and set key to escape for vim
setxkbmap -option caps:none
xmodmap -e "keycode 66 = Escape"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment