replace
:%s/foo/bar/g
~/.vimrc
set autoindent
set cindent
set smartindent
set nu
set ts=4
map <F7> :w<cr>:!gcc % -o %<<cr> :!./%<<cr>
map <F5> :!./%<<cr>
"set visualbell
if $LANG[0] == 'k' && $LANG[1] =='o'
set fileencoding=korea
endif
Trackback Address :: 이 글에는 트랙백을 보낼 수 없습니다