vim_ahk
vim_ahk copied to clipboard
use CheckChr, BlockInput for some places
- maybe good to inser a short sleep after change the mode (sometime the key after the change to the normal mode is inserted)
- short sleep after h/j/k/l
- check the last line (line copy, some movement (g?)
- word jump (w/W/e/E/b/B) may work better by cheking the current (or next) character (?)
- jump to the end of the line: at vim, it is the one character before the end of the line
e was updated
https://github.com/rcmdnk/vim_ahk/commit/447380000f384dfe544a20d80e0df3286aac271b
https://github.com/rcmdnk/vim_ahk/pull/85