takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
828 stars 30 forks source link

Hardtime breaks multiple cursors #55

Open TheLudd opened 6 years ago

TheLudd commented 6 years ago

I use the mutiple cursors plugin: https://github.com/terryma/vim-multiple-cursors

This collides with hardtime however. If I create 5 cursors, and then press h for instance, only the N first cursors will move where N is the number defined by g:hardtime_maxcount.

Is this problem known and is there a solution for it?