Skip to content

Tags: ZinohJoe/vim_ahk

Tags

v0.8.5

 add VimCtrlBracketToEsc option (rcmdnk)

v0.8.4

 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)

v0.8.3

 change build executable: make vim_ahk directory and put icons there …

…(rcmdnk)

 use VimScriptPath to set icon path (rcmdnk)
 add variable names in the ToolTips (rcmdnk)

v0.8.2

 add ESC/Ctrl

v0.8.1

 remove AddToTwoLetterMap, which has been deprecated since 7f50dc5 ad…

…d HandleCtrlBracket (rcmdnk)

v0.8.0

 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)

 shfit up shoud be before YDC, as some applications have shortcut of ctrl

v0.7.5

 fix about (rcmdnk)

 add MoveInitialize (fix multi move ydc for UpDown), fix Vim_VisualLine (<
 coding rule (rcmdnk)
 use Vim.Move.Up()/Down() (rcmdnk)
 enable multi line YDC, add Vim.Move.Home() (rcmdnk)
 add YDCMove() (rcmdnk)
 fix VimDoubleHomeGroup (rcmdnk)
 Enable multi move YDC (e.g. 3dl, d3w, etc...) (rcmdnk)

v0.7.4

 fix config save dir (IniDir)) (rcmdnk)

v0.7.3

 update version (rcmdnk)

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