Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keymap not works anymore in version 1.12.2 #4396

Closed
JunfengJia opened this issue Dec 17, 2019 · 12 comments
Closed

keymap not works anymore in version 1.12.2 #4396

JunfengJia opened this issue Dec 17, 2019 · 12 comments

Comments

@JunfengJia
Copy link

{
"before": [
""
],
"after": [
"",
"",
"s"
],
},

It will insert junk string now.
expected:
launch easymotion find char.

@gee-forr
Copy link

I'm having the same problem with triggering easymotion... my easymotion trigger is <leader><leader>w, or space, space, w.

In my case, it selects the entire line as if I was typing V in normal mode.

In the meantime, I've downgraded to 1.11.3.

@visheshd
Copy link

Had to downgrade to 1.11.3 as well

@J-Fields
Copy link
Member

@gee-forr @visheshd what platforms are you on?

@Venefilyn
Copy link

@J-Fields same issue here, fedora 31

@gee-forr
Copy link

@gee-forr @visheshd what platforms are you on?

I'm on macOS Catalina, running the latest VS Code, and at the time, the latest VSCode Vim.

Merry Christmas :)

@visheshd
Copy link

@gee-forr @visheshd what platforms are you on?

I'm on macOS Catalina as well. Thanks for looking into it!

@J-Fields
Copy link
Member

Thanks for the responses, all. I actually don't have access to a unix system at the moment, and it seems like this issue (as well as several other recent ones) are not reproducible on windows. If anyone could help track down what might be causing this, that would be awesome 🙂

@cvaldev
Copy link
Contributor

cvaldev commented Dec 30, 2019

Are any of these reproducible with vim.vimrc.enable set to false?

@Venefilyn
Copy link

Are any of these reproducible with vim.vimrc.enable set to false?

Seems to work just fine with vim.vimrc.enable set to false

@cvaldev
Copy link
Contributor

cvaldev commented Jan 2, 2020

@SpyTec is there by chance a line in your vimrc that remaps a plugin function. Something that looks similar to this:

nmap s <Plug>(easymotion-s2) 

@Venefilyn
Copy link

@SpyTec is there by chance a line in your vimrc that remaps a plugin function. Something that looks similar to this:

nmap s <Plug>(easymotion-s2) 

You'd be correct, I do have a mapping for easymotion in my .vimrc

@JunfengJia
Copy link
Author

fixed In 1.12.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants