Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Replace mode can't replace character with 'j' or 'k'

Open happyTonakai opened this issue 3 years ago • 0 comments

Describe the bug Cannot replace character with 'j' or 'k' in replace mode.

To Reproduce Steps to reproduce the behavior:

  1. Press esc to enter normal mode
  2. Press r to enter replace mode
  3. Hit k or j
  4. The cursor jumps up or down

Expected behavior The current character is replaced with k or j

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.23.1
  • VSCode version: 1.69.1
  • OS: Win10 21H1 19043.1826

happyTonakai avatar Jul 14 '22 07:07 happyTonakai