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

Remap of ['j', 'k'] to ['<Esc>'] in visual block mode leaves a trailing 'j' #4811

Closed
chiraag opened this issue May 6, 2020 · 0 comments · Fixed by #4829
Closed

Remap of ['j', 'k'] to ['<Esc>'] in visual block mode leaves a trailing 'j' #4811

chiraag opened this issue May 6, 2020 · 0 comments · Fixed by #4829

Comments

@chiraag
Copy link

chiraag commented May 6, 2020

  • Extension (VsCodeVim) version: 1.14.1
  • VSCode version: 1.44.2
  • OS: macOS 10.15.3

vscode_visual_mode_bug

This issue was partially fixed in #4787 but this edge-case persists

@J-Fields J-Fields self-assigned this May 6, 2020
berknam added a commit to berknam/Vim that referenced this issue May 11, 2020
- Fix DotCommand deleting extra character when used after a remapped <Esc> in insert mode
Fixes VSCodeVim#4817 and VSCodeVim#4814

- Fix remapped <Esc> leaving trailing character when used with multiple cursors
Fixes VSCodeVim#4811
berknam added a commit to berknam/Vim that referenced this issue May 11, 2020
- Fix DotCommand deleting extra character when used after a remapped <Esc> in insert mode
fixes VSCodeVim#4817
fixes VSCodeVim#4814

- Fix remapped <Esc> leaving trailing character when used with multiple cursors
fixes VSCodeVim#4811
J-Fields added a commit that referenced this issue May 12, 2020
- Fix DotCommand deleting extra character when used after a remapped <Esc> in insert mode
Fixes #4817
Fixes #4814

- Fix remapped <Esc> leaving trailing character when used with multiple cursors
Fixes #4811

Co-authored-by: Jason Fields <jasonfields4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants