rename pages with space

This commit is contained in:
2022-01-25 19:10:52 +01:00
parent 98d04f7689
commit fef198856a
5 changed files with 0 additions and 0 deletions

12
vim/vim-search.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "search"
tags: [ "Documentation", "vim" ]
---
Search and replace the first 'one' found with 'two':
> :%s/one/two/
Same, but replace 'one' globally:
> :%s/one/two/g