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


◀ PREV : [1] : ... [72] : [73] : [74] : [75] : [76] : [77] : [78] : [79] : [80] : ... [220] : NEXT ▶