IdeaVim feature request: cycle.vim
Answered
after doing some research, I suppose this feature is yet supported by IdeaVim. (https://github.com/JetBrains/ideavim/discussions/723)
the idea is allowing users to configure their own cycle groups in ideavimrc file, and cycle through them using [ctrl a] and [ctrl x]
I was able to do this in vrapper plugin in eclipse like below.
AddCycleGroup TRACE DEBUG INFO WARN ERROR FATAL
please let me know if this is currently possible, thanks for helping!
Please sign in to leave a comment.
The cycle.vim plugin is not supported in IdeaVIM.
I have created a related feature request here: https://youtrack.jetbrains.com/issue/VIM-3463/Support-cycle.vim
Feel free to vote for it.
Thank you!