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

Remapping replace (r key normally in vim) doesn't work #3100

Open
ghost opened this issue Oct 5, 2018 · 0 comments
Open

Remapping replace (r key normally in vim) doesn't work #3100

ghost opened this issue Oct 5, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 5, 2018

I have the following setting:
{ "before": ["y"], "after": ["r"] }, { "before": ["Y"], "after": ["R"] }, { "before": ["r"], "after": ["i"] }, { "before": ["R"], "after": ["I"] },

inside of vim.normalModeKeyBindingsNonRecursive

Pressing 'y' in normal mode doesn't replace the key highlighted, instead it does absolutely nothing!
If I remove { "before": ["r"], "after": ["i"] }, setting, the 'r' key works how I would want my 'y' key to behave.

@J-Fields J-Fields changed the title Remapping replace ('r' key normally in vim) doesn't work Remapping replace (r key normally in vim) doesn't work Oct 15, 2021
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

1 participant