Created
July 13, 2015 19:07
-
-
Save jackfischer/2ec2302420a880506f13 to your computer and use it in GitHub Desktop.
ubuntu: disable caps lock and set key to escape for vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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