Created
December 17, 2015 20:24
-
-
Save jogleasonjr/9e794ff9f9ab11095602 to your computer and use it in GitHub Desktop.
Holding the `tilde` key maps the HJKL keys to arrow keys ←↓↑→
This file contains hidden or 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
` & 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