Skip to content

Releases: rcmdnk/vim_ahk

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) …

…(rcmdnk)

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)

v0.6.3

13 Apr 17:35
Compare
Choose a tag to compare
Fix +j for OneNote before windows 10

v0.6.2

12 Apr 16:58
Compare
Choose a tag to compare
 update version (rcmdnk)

 updte README (rcmdnk)
 fix SetExistValue (rcmdnk)
 add another exmaples for applications (rcmdnk)

v0.6.1

02 Feb 14:25
Compare
Choose a tag to compare
 fix GuiEscape for windows with multiple components (rcmdnk)

 use v variable instead of Hwnd (rcmdnk)
 add vim_tooltip (rcmdnk)

v0.6.0

31 Jan 09:25
Compare
Choose a tag to compare

New feature:
Application checks can be contain or regular expression.

If you set SetTitleMatchMode 2, and you put OneNote in Applications,
any windows which contain OneNote in the window title will be included.
If you set SetTitleMatchMode 3, then only the window which title is exactly same as OneNote will be included (v0.5.0's behavior)

v0.5.0

24 Sep 08:05
Compare
Choose a tag to compare

Update version in the script

Remove exe files from the repository.
They will be compiled when the tag is created by Appveyor
and added to the releases page.