?
{}
()
Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts
Friday, November 15, 2019
Monday, November 4, 2019
Special chars replace
:%s/&/\&/g
:%s/'/\'/g
:%s/"/\"/g
:%s/\]/\]/g
:%s/\[/\[/g
:%s/>/\>/g
:%s/</\</g
:%s/'/\'/g
:%s/"/\"/g
:%s/\]/\]/g
:%s/\[/\[/g
:%s/>/\>/g
:%s/</\</g
Thursday, April 12, 2018
vim: 尋找所有ASCII字符
在vim中可以搜尋[\x00-\x7F]*來找到所有ASCII字符。
Subscribe to:
Posts (Atom)