Replies: 1 comment 5 replies
-
https://github.com/JetBrains/ideavim/blob/master/src/com/maddyhome/idea/vim/package-info.java#L153 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm used to working with VSVim in Visual Studio and I'm migrating to JetBrains Rider with IdeaVim. One common task that I use vim emulation for is to visual select a group of lines and auto-indent them using the equals command. However, with IdeaVim in Rider, it doesn't seem to do anything. My expectation is that it would trigger the Code > Auto-Indent Lines function. Could someone advise me as to how ideavim is intended to work with the Equals command.
I'm including a link to the Vim help file to eliminate any ambiguity of what I mean by the equals command.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions