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

Key binding not working as expected #8173

Open
Hudrolax opened this issue Dec 21, 2022 · 0 comments
Open

Key binding not working as expected #8173

Hudrolax opened this issue Dec 21, 2022 · 0 comments

Comments

@Hudrolax
Copy link

I have a key bind in my Vim like this: inoremap .<space><space> <Esc>la. and it's working fine. It's a good solution for typing code like this func(arg).anything without using arrows or changing the mode. But use my .vimrc or use config below not working as expected:

"vim.insertModeKeyBindings": [
        {
            "before": [".", "<space>", "<space>"],
            "after": ["<Esc>", "l", "a", "."]
        }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant