Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 467 Bytes

File metadata and controls

17 lines (15 loc) · 467 Bytes

Day 04 - operate single char efficiently & undo / redo

  • x -> delete the current character
  • X -> delete the character before the current
  • s -> delete the current character and insert
  • S -> delete the current row and insert
  • r -> replace the current character
  • R -> replace multiple characters
  • u -> undo
  • ctrl + r -> redo