Skip to content

Instantly share code, notes, and snippets.

@rcmdnk
Last active September 22, 2015 02:22
Show Gist options
  • Save rcmdnk/fd9b46b9564c70a907c9 to your computer and use it in GitHub Desktop.
Save rcmdnk/fd9b46b9564c70a907c9 to your computer and use it in GitHub Desktop.
jk to enter the normal mode at ahk
j & k:: ; Go to Normal mode (for vim) with IME off even at converting.
if (VIM_IME_GET(A)) {
Send,{Esc}
Sleep 1
VIM_IME_SET()
}
VimSetMode("Vim_Normal")
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment