Skip to content

Releases: rcmdnk/vim_ahk

Release v0.11.4

24 Apr 04:25
Compare
Choose a tag to compare
 fix SetTitleMatchMode explanation (rcmdnk)

 Merge pull request #78 from rcmdnk/renovate/actions
 Update actions/checkout action to v3 (Renovate Bot)

Release v0.11.3

13 Feb 20:08
Compare
Choose a tag to compare
 add VimCheckChr option: default 0, 1 to enable CheckChr function (fo…

Release v0.11.2

11 Feb 06:12
Compare
Choose a tag to compare
 fix a (Left is implemented in CheckChr, not needed at a definition) …

Release v0.11.1

11 Feb 00:18
Compare
Choose a tag to compare
 fix a (enter insert mode), to keep the line at the end of the line (…

Release v0.11.0

23 Jan 18:09
Compare
Choose a tag to compare
 Merge branch 'xxx' (rcmdnk)

 udpate version (rcmdnk)
 Add Inner mode (rcmdnk)
 Add ahk_exe Notepad.exe in addition to ahk_exe notepad.exe lower case name does not work recently. Explorer.exe is also added (as Window Spy shows capital, too), but it somehow works with ahk_exe explorer.exe. It is added for safe. (rcmdnk)
 Vim.State
 Merge pull request #70 from rcmdnk/renovate/configure (rcmdnk)
 Add renovate.json (Renovate Bot)

Release v0.10.0

23 Sep 23:51
Compare
Choose a tag to compare
 update version (rcmdnk)

 add suspend/restart toggle function, add #if to all bind files, refactoring (rcmdnk)

Release v0.9.2

20 Aug 15:54
Compare
Choose a tag to compare
 update "e/E" to move to the end of the next word" (rcmdnk)

 refactoring (check == 0) (rcmdnk)
 use IsVimGroup() to check applications add VimAppList option: can set the applcation list as an allow list, deny list or ignore it (rcmdnk)
 update README (rcmdnk)
 fix README conflict, move settings in lib/util/vim_ahk_setting.ahk (rcmdnk)
 Document testing in the readme (bluedrink9)
 Fix behaviour of G (bluedrink9)
 Fix testing (bluedrink9)
 Fix a syntax and a variable mismatch bug (bluedrink9)
 Use IsCurrentVimMode where possible, only checking mode value in compiled scripts (bluedrink9)
 Update code health: (bluedrink9)

Release v0.9.0

17 Apr 04:22
Compare
Choose a tag to compare
 update version (rcmdnk)

 fix conflict (rcmdnk)
 add ahk_exe ApplicationFrameHost.exe as default (rcmdnk)
 update README (rcmdnk)
 move functions in the class (vim_caret) (rcmdnk)
 remove editor (vscode) specific settings (rcmdnk)
 Add checkbox option VimChangeCaretWidth to use new cursor width feature (bluedrink9)
 Update caret only when changing mode, refresh automatically (bluedrink9)
 Change caret width in normal mode (bluedrink9)

Release v0.8.6

10 Apr 06:25
Compare
Choose a tag to compare
 update version, add Q

 update README, update comments (rcmdnk)
 update keys for Q
 use C: instead of D:, as it is a normal case (rcmdnk)
 file for debug in vscode (scutxd)
 保留Normal模式下的e键 (scutxd)
 '/' and 'F2' auto enter insert mode (scutxd)
 add switch panel and quick
 update README.md (scutxd)
 kj for up/down, h for backspace, l for enter in q
 remove typo ' (rcmdnk)
 Update README (rcmdnk)

Release v0.8.5

20 Oct 14:44
Compare
Choose a tag to compare
 add VimCtrlBracketToEsc option (rcmdnk)