vim_ahk icon indicating copy to clipboard operation
vim_ahk copied to clipboard

use CheckChr, BlockInput for some places

Open rcmdnk opened this issue 3 years ago • 1 comments

  • 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

rcmdnk avatar Feb 11 '22 00:02 rcmdnk

e was updated https://github.com/rcmdnk/vim_ahk/commit/447380000f384dfe544a20d80e0df3286aac271b https://github.com/rcmdnk/vim_ahk/pull/85

rcmdnk avatar Jul 30 '23 03:07 rcmdnk