Releases: rcmdnk/vim_ahk
Releases · rcmdnk/vim_ahk
Release v0.11.4
fix SetTitleMatchMode explanation (rcmdnk) Merge pull request #78 from rcmdnk/renovate/actions Update actions/checkout action to v3 (Renovate Bot)
Release v0.11.3
add VimCheckChr option: default 0, 1 to enable CheckChr function (fo…
Release v0.11.2
fix a (Left is implemented in CheckChr, not needed at a definition) …
Release v0.11.1
fix a (enter insert mode), to keep the line at the end of the line (…
Release v0.11.0
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
update version (rcmdnk) add suspend/restart toggle function, add #if to all bind files, refactoring (rcmdnk)
Release v0.9.2
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
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
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
add VimCtrlBracketToEsc option (rcmdnk)