I'm trying to create some mappings for my ideavim plugin in Rider -
I tried to map gr to action RenameElement, but for some reason, it takes no effect. I want the mapping to be effective only in normal mode. Here's my current mapping:
nmap gr <Action>(RenameElement)
Any ideas?