Skip to content

Instantly share code, notes, and snippets.

@jogleasonjr
Created December 17, 2015 20:24
Show Gist options
  • Save jogleasonjr/9e794ff9f9ab11095602 to your computer and use it in GitHub Desktop.
Save jogleasonjr/9e794ff9f9ab11095602 to your computer and use it in GitHub Desktop.
Holding the `tilde` key maps the HJKL keys to arrow keys ←↓↑→
` & h::Send {Left}
` & j::Send {Down}
` & k::Send {Up}
` & l::Send {Right}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment