Replace Mode
R โ overwrite as you type. r{c} โ overwrite one character.
R enters Replace mode: each typed key overwrites instead of inserting. r{c} overwrites a single character without entering Replace mode.
Insert mode pushes characters around: typing in the middle of a word grows the word. Replace mode is different โ each typed character overwrites the one under the cursor, then advances. Typing 5 characters in Replace mode replaces 5 existing characters.
| Key | Note |
|---|---|
| r | |
| x |
| Key | Note |
|---|---|
| R |
See also: Replace a Character, The Modes