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 key bindings in Visual Mode doesn't work correctly #3037

Open
ghost opened this issue Sep 10, 2018 · 0 comments
Open

Remapping key bindings in Visual Mode doesn't work correctly #3037

ghost opened this issue Sep 10, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 10, 2018

Describe the bug

Remapping key bindings (for instance $) in "vim.visualModeKeyBindingsNonRecursive" doesn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Open settings.json (Search for Preferences: Open User Settings. in the command palette (⇧⌘P))
  2. Add "vim.visualModeKeyBindingsNonRecursive": [ { "before": ["L"], "after": ["$"] }]
  3. Open a file, in Normal mode, type vL
  4. See error

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

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 0.16.3
  • VSCode version: 1.27.1
  • OS: macOS Mojave 10.14 Beta
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

0 participants