Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 599 Bytes

tip19.md

File metadata and controls

18 lines (11 loc) · 599 Bytes

Tip19: Overwrite Existing Text with Replace Mode

Replace mode: is identical to Insert mode, except that it overwrites existing text in the document.

R

From Normal mode, we can engage Replace mode with R, just overwrite the character under the cursor position.

tip19

Overwrite Tab Characters with Virtual Replace Mode

gR

goto Virtual Replace Mode and treat the tab character as though it consisted of spaces.

r{char}, gr{char}

overwrite a single character in Replace mode and Virtual Replace mode.