Open TheLudd opened 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.
h
g:hardtime_maxcount
Is this problem known and is there a solution for it?
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 byg:hardtime_maxcount
.Is this problem known and is there a solution for it?