티스토리 뷰
vi ~/.vimrc 파일에 추가
set bg=dark
set ts=4
set sw=4
set tabstop=4
set expandtab
set smarttab
set autoindent
set shiftwidth=4
set hlsearch
set showmatch
set ruler
set smartindent
set ignorecase
set tags=./tags,../ctags,../../ctags
'서버(우분투)' 카테고리의 다른 글
Ubuntu go 설치 (0) | 2018.12.12 |
---|---|
bash 쉘 자주 쓰는 alias (0) | 2018.12.11 |
[VM] 우분투 아파치 설치 및 구동 (0) | 2018.12.11 |
우분투 명령어 (0) | 2018.12.11 |
[VM] 우분투 SSH 설정(NAT) (0) | 2018.12.11 |