How to reapeat last action ? #596
Unanswered
baboben (ftwater)
asked this question in
Q&A
Replies: 2 comments 1 reply
|
I doubt the Also, IdeaVim supports [m and ]m to move to the start of the previous/next method and [M and ]M to move to the end of the previous/next method and you could use it. (though it is not the exactly same as |
1 reply
|
Vim macros work flawlessly for this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have write
nmap gmd <action>(MethodDown), when I pressgmdit works ,now I need to keep on goinig to next method. how to do this just like use.in vim?All reactions