You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,17 @@ Setting file/exe file of AutoHotkey for Vim emulation.
4
4
5
5
vim.ahk is the setting file for [AutoHotkey](http://www.autohotkey.com/)(Autohotkey_L).
6
6
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)).
8
8
9
9
This is vim emulation for Windows.
10
10
If you are interesting in same settings for Mac,
11
11
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/).
12
12
13
13
## Installation
14
-
If you've already installed AutoHotKey, just open vim.ahk with AutoHotkey.
15
14
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.
17
18
18
19
If you are running AutoHotKey with another script,
19
20
you can include it in your script using AutoHotKey...
@@ -25,6 +26,13 @@ and add the following line in AutoHotkey.ahk or your script:
25
26
26
27
at the end of the <ahref="http://www.autohotkey.com/docs/Scripts.htm#auto">Auto-execute section</a>.
27
28
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
+
28
36
## Applications
29
37
The default setting enables vim-mode for the following applications:
0 commit comments