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

On switching to normal mode "d", "f" or "j", "j" keybindings #4790

Closed
andreyohiienko opened this issue May 3, 2020 · 2 comments
Closed

On switching to normal mode "d", "f" or "j", "j" keybindings #4790

andreyohiienko opened this issue May 3, 2020 · 2 comments

Comments

@andreyohiienko
Copy link

Describe the bug
I use this keybinding in order to switch to normal mode
"vim.insertModeKeyBindings": [
{
"before": [ "d", "f" ],
"after": [ "" ],
}
],
But time to time it leaved "d" caracter after switching. And now it became to live first caracter ("d") each second or even first time.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any text file
  2. Press "d", "f" than press "i", than again "d", "f"
  3. Now you see stayed character.

Expected behavior
Switching to normal mode without leaving any additional characters

Screenshots
https://www.screencast.com/t/gjrDTuTE

Environment:

  • Extension (VsCodeVim) version: 1.14.0, 1.14.0
  • VSCode version: 1.44.2, 1.44.2
  • OS: Windows_NT x64 10.0.18362, macOS catalina 10.15.4
@andreyohiienko
Copy link
Author

@andreyohiienko
Copy link
Author

same like here
#4787
#4789

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