Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 382 Bytes

File metadata and controls

13 lines (11 loc) · 382 Bytes

Day 12 - vim-surround

  • cs + existing + new one-> change surround from existing to a new one`
  • ys + range + surround -> add a surround around text
  • visual mode + S + surround -> add a surround in visual mode
  • ds + existing -> delete an existing surround