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
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,18 @@ The default setting enables vim-mode for the following applications:
52
52
You can change them from the right click menu of task tray icon (find `VimMenu`-`Settings` in the list),
53
53
or launch the setting window by `Ctrl-Alt-Shift-v`.
54
54
55
-
If you want to change applications directly in the script, add `GroupAdd VimGroup`lines at the top of vim.ahk
56
-
(Window title/class can be checked by Window spy of AutoHotkey), like:
55
+
If you want to change applications directly in the script, add `VimGroup`variable before `Vim := new VimAhk()` in vim.ahk (Window title/class can be checked by Window spy of AutoHotkey),
56
+
or write before including vim.ahk
57
57
58
-
GroupAdd VimGroup, ahk_exe chrome.exe ; Google Chrome
Multiple applications can be written by comma separated.
63
+
64
+
Note: This will overwrite the default applications. If you want to **add** these applications to the default applications, add following applications after your applications:
0 commit comments