MarcoIeni / intellimacs

Spacemacs' like key bindings for IntelliJ platform.
MIT License
540 stars 96 forks source link

use C-S-6 #3

Closed tapegram closed 4 years ago

tapegram commented 4 years ago

https://youtrack.jetbrains.com/issue/VIM-1846

MarcoIeni commented 4 years ago

Thank you for the fix. I added a TODO in the code. In this way we will remember to change it once the issue will be fixed :)

AlexPl292 commented 4 years ago

@MarcoIeni I don't think that this comment is necessary:

" TODO: is the default key binding associated to this action. " Calling the action by name does not work for now. See: " https://youtrack.jetbrains.com/issue/VIM-1846 " When this issue is fixed, check if this can be restored: " nnoremap :action VimFilePrevious " vnoremap :action VimFilePrevious

<C-S-6> is exactly how you should use this action in mappings. And the linked issue is about the bug that <C-^> doesn't work in mappings even it's the same keystroke as <C-S-6> (well, at least that's how I understand this ticket :).

MarcoIeni commented 4 years ago

I tought that <C-S-6> was an intellij shortcut, not a vim one. Sorry.

Solved in commit d623509.