'replace'에 해당되는 글 1건

  1. 2007/04/10 vim 알아두면 편리한 것들 4

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

2007/04/10 09:56 2007/04/10 09:56