rename vim files

This commit is contained in:
2022-01-18 13:31:03 +01:00
parent f03ca67852
commit 9fa6c0d7c2
4 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