Closed tapegram closed 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 :)
@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 :).
I tought that <C-S-6>
was an intellij shortcut, not a vim one. Sorry.
Solved in commit d623509.
https://youtrack.jetbrains.com/issue/VIM-1846