파일 및 문자열 찾기 in Gvim

모든 파일을 통한 검색 :grep -R ‘.ad’ . ./css/ad_styles.css:.ad { ./css/ad_styles.css: * because IE is bad */ ./css/ad_styles.css:.small_ad { ./css/deprecated/ad_styles.css:.ad { ./js/script.js:// in case coffeescript is a fad ./js/script.js:// glad this works […]

vim으로 latex 문서 컴파일 (- xelatex.exe사용)

1.환경 windows 7 gvim v8.0 TnXTex installed 2.작업 순서 file생성(확장자:tex) — test.tex 내용 편집 (아래 예제 )

vim html tag 선택

1. 선택 tag 안쪽 내용 선택하기 vit *v_it* *it* it “inner tag block”, select [count] tag blocks, from the [count]’th unmatched “” backwards to the matching “”, excluding the “” and “”. […]