Skip to content

Commit 7f7509e

Browse files
committed
feat: Add note about placing vim_ahk_icons folder
docs: Add note about VimIconCheckInterval docs: Add note about VimChangeCaretWidth docs: Add warning about VimChangeCaretWidth revert option
1 parent f12a763 commit 7f7509e

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

README.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ and download the latest zip file.
3636
Unzip the zip file, and place the extracted vim_ahk folder where you like,
3737
then launch **vim_ahk.exe**.
3838

39-
:memo: place **vim_ahk_icons** folder in the same folder with **vim_ahk.exe**,
40-
otherwise, the tray menu icon feature does not work.
39+
> [!NOTE]
40+
> place **vim_ahk_icons** folder in the same folder with **vim_ahk.exe**,
41+
> otherwise, the tray menu icon feature does not work.
4142
4243
### Build executable from the source
4344

@@ -155,21 +156,27 @@ in the auto execute section like:
155156
If you want to change them directly in the vim.ahk script,
156157
add these variable before `Vim := new VimAhk()`.
157158

158-
* VimIconCheckInterval example
159-
160-
If you set VimIconCheckInterval as non-zero, the tray icon is changed
161-
when you change the mode or change the applications to vim_ahk enabled or not enabled ones.
162-
163-
![trayicon](https://raw.githubusercontent.com/rcmdnk/vim_ahk/master/pictures/trayicon.gif "trayicon")
164-
165-
* Note for VimChangeCaretWidth
166-
167-
Caret width can be changed only on specific applications: Wordpad, Word, or OneNote.
168-
On Notepad or Explorer, the caret width is kept but does not change.
169-
170-
For most other applications, the caret width is kept as the original width.
171-
172-
When this option is enabled, the current window briefly loses focus when the mode is changed.
159+
> [!NOTE]
160+
> VimIconCheckInterval example
161+
>
162+
> If you set VimIconCheckInterval as non-zero, the tray icon is changed
163+
> when you change the mode or change the applications to vim_ahk enabled or not enabled ones.
164+
>
165+
> ![trayicon](https://raw.githubusercontent.com/rcmdnk/vim_ahk/master/pictures/trayicon.gif "trayicon")
166+
167+
> [!WARNING]
168+
> VimChangeCaretWidth
169+
>
170+
> Caret width can be changed only on specific applications: Wordpad, Word, or OneNote.
171+
> On Notepad or Explorer, the caret width is kept but does not change.
172+
>
173+
> For most other applications, the caret width is kept as the original width.
174+
>
175+
> When this option is enabled, the current window briefly loses focus when the mode is changed.
176+
>
177+
> If you enabled this option and change the caret width thick in the Normal mode, and disable the option,
178+
> the cursor width is kept as thick.
179+
> To reverse the caret width, re-enable the option and enter the Normal mode at the Wordpad or something to revert the caret width, then disable the option.
173180
174181
## GUI Option Setting Window
175182

0 commit comments

Comments
 (0)