Skip to content

Commit 162eab6

Browse files
committed
updated readme for the separated executables
1 parent c00171f commit 162eab6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ Setting file/exe file of AutoHotkey for Vim emulation.
44

55
vim.ahk is the setting file for [AutoHotkey](http://www.autohotkey.com/)(Autohotkey_L).
66

7-
vim.exe is a standalone application made from vim.ahk.
7+
vim.exe is a standalone application made from vim.ahk (available in [the releases page](https://github.com/rcmdnk/vim_ahk/releases)).
88

99
This is vim emulation for Windows.
1010
If you are interesting in same settings for Mac,
1111
try Vim emulation for [Karabiner - Software for macOS](https://pqrs.org/osx/karabiner/): [Karabiner-Elements complex_modifications rules by rcmdnk](https://rcmdnk.com/KE-complex_modifications/).
1212

1313
## Installation
14-
If you've already installed AutoHotKey, just open vim.ahk with AutoHotkey.
1514

16-
You can also use vim.exe, which can work standalone w/o AutoHotKey.
15+
### Scripts
16+
17+
If you've already installed AutoHotKey, just open vim.ahk with AutoHotkey.
1718

1819
If you are running AutoHotKey with another script,
1920
you can include it in your script using AutoHotKey...
@@ -25,6 +26,13 @@ and add the following line in AutoHotkey.ahk or your script:
2526

2627
at the end of the <a href="http://www.autohotkey.com/docs/Scripts.htm#auto">Auto-execute section</a>.
2728

29+
### Executable
30+
31+
You can also use vim.exe, which can work standalone w/o AutoHotKey.
32+
33+
To get executable, go to [the releases page](https://github.com/rcmdnk/vim_ahk/releases)
34+
and download the latest one.
35+
2836
## Applications
2937
The default setting enables vim-mode for the following applications:
3038

0 commit comments

Comments
 (0)