Skip to content

Instantly share code, notes, and snippets.

@nmsobri
Created July 22, 2020 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmsobri/cf6bd34dc5a484b4dc27c9b363bfe97e to your computer and use it in GitHub Desktop.
Save nmsobri/cf6bd34dc5a484b4dc27c9b363bfe97e to your computer and use it in GitHub Desktop.
#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