Skip to content

Releases: rcmdnk/vim_ahk

Release v0.8.4

20 Oct 14:28
Compare
Choose a tag to compare
 update version (rcmdnk)

 fix Esc to Normal (rcmdnk)
 refactoring HandleXXX functions (rcmdnk)
 add options VimSendEscNormal/VimSendCtrlBracketNormal to send original key in the normal mode (rcmdnk)
 make consistent descriptions for modes (rcmdnk)
 update readme (rcmdnk)
 update settings picture (rcmdnk)

Release v0.8.3

19 Oct 07:13
Compare
Choose a tag to compare
 change build executable: make vim_ahk directory and put icons there …

Release v0.8.2

18 Oct 05:26
Compare
Choose a tag to compare
 add ESC/Ctrl

Release v0.8.1

17 Oct 09:08
Compare
Choose a tag to compare
 remove AddToTwoLetterMap, which has been deprecated since 7f50dc5766…

Release v0.8.0

15 Oct 12:16
Compare
Choose a tag to compare
 update version (rcmdnk)

 use user defined options as default options (rcmdnk)
 [Ctrl
 Fixed. Settings
 fix exe path /
 check AHK_TEMP exist or not (rcmdnk)
 make temp dir in build/build.bat (rcmdnk)
 AppVeyor
 update appveyor version (rcmdnk)
 fix appveyor build (rcmdnk)

v0.7.6: fix paste on Evernote (rcmdnk)

07 Aug 10:34
Compare
Choose a tag to compare
 shfit up shoud be before YDC, as some applications have shortcut of ctrl

v0.7.3

14 May 16:26
Compare
Choose a tag to compare
 update version (rcmdnk)

 Merge pull request #49 from the
 fixed "k" in Normal
 Merge pull request #48 from BlueDrink9/Ofix (rcmdnk)
 Merge remote
 Fix O for vim or first line (bluedrink9)

v0.7.2

09 May 14:49
Compare
Choose a tag to compare
 remove SendUp/SendDown function (exe is not implemented in vim_ahk) …

v0.7.1

22 Apr 12:31
Compare
Choose a tag to compare
 improve +j (combine lines at normal mode) (rcmdnk)

v0.7.0

19 Apr 15:39
Compare
Choose a tag to compare
 Include #44 ('Long press esc to enter normal mode' function) (rcmdnk)

 move VimHandleEsc function to vim_state.ahk (rcmdnk)
 Fix +j for OneNote before windows 10 (rcmdnk)
 update version (rcmdnk)
 updte README (rcmdnk)
 fix SetExistValue (rcmdnk)
 add another exmaples for applications (rcmdnk)
 Use lowercase arg. for the func. Do not replicate function from command Move deprecate read functions in vim_ini (rcmdnk)
 Further boolean refactor (bluedrink9)
 Further simplification (bluedrink9)
 Longpress esc: Simplify boolean (bluedrink9)
 Check for esc up *after* setting normal (bluedrink9)
 Fix always esc being sent on release after long press (bluedrink9)
 Fix onenote up/down (bluedrink9)
 Use function for single key up/down (bluedrink9)
 Fix bug with stuck ctrl key on change (bluedrink9)
 Mention VimLongEscNormal in readme (bluedrink9)
 Refactor esc or setnormal (bluedrink9)
 Make `^[` directly set normal (bluedrink9)
 Refactor esc and `^[` handling to deal with LongEsc (bluedrink9)
 Add VimLongEscNormal to settings (bluedrink9)
 Remove deprecated setting from ini after reloading (bluedrink9)
 Add function for deleting Ini value (bluedrink9)
 Rename var (bluedrink9)
 Add twolettermap from deprecated settings (bluedrink9)
 Create function to process deprecated settings (bluedrink9)
 Refactor readini (bluedrink9)
 Let readini take an optional argument for where to store (bluedrink9)
 Remove jk and sd settings (bluedrink9)
 Remove sd/jk from readme (bluedrink9)
 keep jk and sd, refactoring remove Esc from VimTwoLetter fix ERROR for empty default at IniRead use ObjBindMethod to enable class functions for hotkey refactoring (add space around operators, remove `.` for combining strings (same as just a space, other than cases in which `++` or `
 Refactor adding to vimgroup (bluedrink9)
 Refactor adding to conf by using function (bluedrink9)
 Settings: Refactor setting info (bluedrink9)
 Merge branch 'twoLetterNormal' into class (bluedrink9)