AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim

Home Page:https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapleader with comma doesn't work

Zeta611 opened this issue · comments

I have let mapleader = ',' in my .ideavimrc, and it doesn't seem to be working with it.
When I use the default '', it works great.
Is this a bug, or am I missing something?

This has happened to me with IDEA 2019.2 and ideavim 0.54

Hi! Do you have a declaration of mapleader before the usages of <leader>?
Could you also try to use let mapleader = ","?

let mapleader = "," works like charm! Why does it work with double quotation marks but not with single quotes?

Well, because the guy who programmed the parsed for IdeaVim didn't handle a single quotes case or something like that :)
I've filed an issue: https://youtrack.jetbrains.com/issue/VIM-1914