rename pages with space
This commit is contained in:
12
vim/vim-search.md
Normal file
12
vim/vim-search.md
Normal 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
|
||||
|
Reference in New Issue
Block a user