Created
July 22, 2020 08:26
-
-
Save nmsobri/cf6bd34dc5a484b4dc27c9b363bfe97e to your computer and use it in GitHub Desktop.
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
#ifWinActive ahk_class Vim | |
^/::^_ | |
#ifWinActive | |
#ifWinActive ahk_exe code.exe | |
^+j:: | |
Send, ^i | |
return | |
#ifWinActive | |
#ifWinActive ahk_exe code.exe | |
^+k:: | |
Send, ^o | |
return | |
#ifWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment