2009. 3. 26.

vim 알아두면 편리한 것들

replace
:%s/foo/bar/g

~/.vimrc
set autoindent
set cindent
set smartindent
set nu
set ts=4
map :w:!gcc % -o %< :!./%<
map :!./%<
"set visualbell
if $LANG[0] == 'k' && $LANG[1] =='o'
set fileencoding=korea
endif

댓글 없음: