MarcoIeni / intellimacs

Spacemacs' like key bindings for IntelliJ platform.
MIT License
536 stars 94 forks source link

How did you find the `:action X`? #55

Closed IanQS closed 9 months ago

IanQS commented 9 months ago

Hey there!

I know you're not working on this any longer, so apologies for bothering you. I'm just curious as the

nnoremap <leader>mgi    :action GotoImplementation<CR>
vnoremap <leader>mgi    <Esc>:action GotoImplementation<CR>

I'm trying to create custom bindings and I'm having issues. Thank you!

MarcoIeni commented 9 months ago

image Hi! Is this what you are looking for?

IanQS commented 9 months ago

Yeap! Thank you. So sorry, I forked this and in my own version I deleted there README. 🤦