Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 114 Bytes

vim.md

File metadata and controls

7 lines (4 loc) · 114 Bytes

Count the number of occurences of a pattern

:%s/foo/&/gn

Show all lines matching a pattern

:g/foo/