Skip to content

Instantly share code, notes, and snippets.

@SubFive
Last active July 15, 2020 02:57
Show Gist options
  • Save SubFive/26e3ef788e90cf6ad1ed30059fc6b1a5 to your computer and use it in GitHub Desktop.
Save SubFive/26e3ef788e90cf6ad1ed30059fc6b1a5 to your computer and use it in GitHub Desktop.
trying to be ergonomic with xmodmap
! turns right alt into ctrl
remove control = Control_R
keycode 108 = Control_R NoSymbol Control_R
add control = Control_R
! VIM-like navigation for the entire system
keycode 43 = h H h H Left Left
keycode 44 = j J j J Down Down
keycode 45 = k K k K Up Up
keycode 46 = l L l L Right Right
keycode 57 = n N n N Return
keycode 59 = comma less comma less BackSpace
keycode 60 = period greater period greater Delete
! turns caps lock into shift level3
! if you wanna toggle caps, press shift+caps lock
keycode 66 = ISO_Level3_Shift Caps_Lock ISO_Level3_Shift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment