사용자 도구

사이트 도구


tag:vi

TAG: vi

문서날짜사용자설명
2020/06/04 14:07 주레피 VI, VIM * description : VI 사용법 및 Tip 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-06-04 Case Study .vimrc 설정 filetype plugin indent on " show existing tab with 4 spaces width set tabstop=4 " when indenting with '>', use 4 spaces width set shiftwidth=4 " On pressing tab, insert 4 spaces set expandtab