We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Remapping key bindings (for instance $) in "vim.visualModeKeyBindingsNonRecursive" doesn't work.
$
"vim.visualModeKeyBindingsNonRecursive"
To Reproduce Steps to reproduce the behavior:
"vim.visualModeKeyBindingsNonRecursive": [ { "before": ["L"], "after": ["$"] }]
vL
Expected behavior It works if you go into visual mode, then move around and then press L. It doesn't work if you just directly do vL.
L
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Remapping key bindings (for instance
$
) in"vim.visualModeKeyBindingsNonRecursive"
doesn't work.To Reproduce
Steps to reproduce the behavior:
"vim.visualModeKeyBindingsNonRecursive": [ { "before": ["L"], "after": ["$"] }]
vL
Expected behavior
It works if you go into visual mode, then move around and then press
L
.It doesn't work if you just directly do
vL
.Screenshots
![](https://camo.githubusercontent.com/a7c4a33338ee5183d58de109e227efa1073968ae292494af4bcba1d042068bb4/68747470733a2f2f64337676366c703535716a6171632e636c6f756466726f6e742e6e65742f6974656d732f31773361326d33573276314534333034307a31352f53637265656e2532305265636f7264696e67253230323031382d30392d3130253230617425323030392e3332253230414d2e676966)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: