목차

vim search text

대소문자 임시 설정

/copyright\c : 대소문자 무시
/CopyRight\C : 대소문자 체크

search/replace with input

:%s/찾을문자열/\=input('replace <'.submatch(0).'> with: ')/gc