Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 448 Bytes

File metadata and controls

18 lines (14 loc) · 448 Bytes

Day 13 - replace string

:substitute

  • formula -> : + range + s + / + pattern / + new string + / + flags
  • range -> $ (to the end) / % (all) / number,number (from...to...)
  • flags -> g (global) / c (interaction)
  • visual mode -> ( =range )

select multiple

  • gb -> select multiple (=ctrl+D)