Failing to change cursor and display --REPLACE-- mode at the bottom "status bar" when I hit `r` to enter replace mode. `R` works as expected.
Open
Nobody has claimed this yet.
kind/bug
kind/discussion
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Steps to reproduce:
- Enter "r" when in normal mode, and work in replace mode.
- Enter "shift + r" when u come back to normal mode for contrast.
Screenshots:

When I press "r", it functions properly but fails to change the cursor and it doesn't prompt --REPLACE-- at the bottom. (As you can see above)^
========================================================================

On the other hand "Shift + r" (batch replace) works as expected. (As you can see above)^
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing normal-mode r and R in VSCodeVim, then trace the replace-mode handling responsible for cursor and status-bar updates. Done means pressing r changes the cursor and displays --REPLACE--, matching the existing behavior of R.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100