I am using ideavim in pycharm. I want to use macros when writing code. But vim mapping macros does not work. I want to record with q and easy to use macros which repeat with @. How can I solve this problem?
Asked
Active
Viewed 3,338 times
4
-
Possible duplicate of [how do i replay macros in ideavim like regular vim?](https://stackoverflow.com/questions/48233795/how-do-i-replay-macros-in-ideavim-like-regular-vim) – Petr Rastegaev May 01 '18 at 19:15
-
Thanks! It's only to wait – Kouji Kawasaki May 03 '18 at 05:29
-
3`qq
q` and then `5@q` works fine (IntelliJ IDEA 2017.2.5, IdeaVim 0.48) – boriselec May 04 '18 at 16:45 -
@boriselec Thanks, it worked perfectly – Luja Shrestha May 25 '18 at 05:58