AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim
https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/
GNU General Public License v3.0
350 stars 8 forks source link

Custom mapping not loaded on startup #99

Closed matthjes closed 1 year ago

matthjes commented 1 year ago

Hi,

I'm using IntelliJ IDEA 2023.2.2 (Build #IU-232.9921.47) and IdeaVim 2.5.1. Attached you'll find my ideavimrc.

The problem is my mapping map ; <Plug>(easymotion-s). This does only work after starting IntelliJ when I reload my ideavimrc (by opening it and clicking on the green "V" on the top right). Otherwise pressing ";" just moves the cursor to the end of the word.

Is there anything I'm missing here?

matthjes commented 1 year ago

Sorry, nevermind, the plugin conflicts with the sneak plugin for the key ";".