how do i replay macros in ideavim like regular vim?

心已入冬 提交于 2019-12-10 21:25:28

问题


Record my macro the usual way: qa ..do stuff.. q

Try to replay it 5 times but it only runs once: "5@a

How do I run it multiple times?

Opened bug report: https://youtrack.jetbrains.com/issue/VIM-1402


回答1:


I don't believe that action is supported by the plugin.

I'm not seeing a unit test in their code for this.

I scanned their bugtracker but didn't see any existing report for this behavior. It would probably be a good idea to open one up.



来源:https://stackoverflow.com/questions/48233795/how-do-i-replay-macros-in-ideavim-like-regular-vim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!