You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it'd be nice if IdeaVIM showed an error message when trying to use a <Plug> mapping with a plugin that isn't enabled, instead of trying to execute whatever's inside the parentheses. Just spent half an hour trying to figure out why
map <Space><Space> <Plug>(easymotion-prefix)
was literally executing easymotion-prefix as if I typed that instead, and went debugging IdeaVIM until I found the plugin wasn't getting loaded because I forgot set easymotion in .ideavimrc...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, it'd be nice if IdeaVIM showed an error message when trying to use a
<Plug>
mapping with a plugin that isn't enabled, instead of trying to execute whatever's inside the parentheses. Just spent half an hour trying to figure out whywas literally executing
easymotion-prefix
as if I typed that instead, and went debugging IdeaVIM until I found the plugin wasn't getting loaded because I forgotset easymotion
in .ideavimrc...Beta Was this translation helpful? Give feedback.
All reactions