Setting file/exe file of AutoHotkey for Vim emulation.
vim.ahk is the setting file for AutoHotkey(Autohotkey_L).
vim.exe is a standalone application made from vim.ahk (available in the releases page).
This is vim emulation for Windows. If you are interested in the same settings for Mac, try Vim emulation for Karabiner - Software for macOS: Karabiner-Elements complex_modifications rules by rcmdnk.
If you've already installed AutoHotKey, just open vim.ahk with AutoHotkey.
If you are running AutoHotKey with another script,
you can include it in your script using AutoHotKey...
Please copy vim.ahk and lib directory in \Users\%username%\Documents
or where the script is in,
and add the following line in AutoHotkey.ahk or your script:
#Include %A_LineFile%\..\vim.ahk
at the end of the Auto-execute section.
You can also use vim_ahk.exe, which can work standalone w/o AutoHotKey.
To get executable, go to the releases page and download the latest zip file.
Unzip the zip file, and place the extracted vim_ahk folder where you like, then launch vim_ahk.exe.
📝 place vim_ahk_icons folder in the same folder with vim_ahk.exe, otherwise, the tray menu icon feature does not work.