I have been looking at this :actionlist
dump for IdeaVim for a while now, and am unable to figure out which action corresponds to Open Recent
(project) in JetBrains. This is the specific action I am looking at:
I wanted to be able to reassign a <leader>
based keystroke to this action in ~/.ideavimrc
. So, how exactly should I proceed?
The ID for the open recent
action is a bit unusual $LRU
. You should map the leader keystroke to :action $LRU
.
You can find this and other actions by enabling "Track Action IDs" mode and executing the action. The action ID will be shown in the notification.