서버(우분투)

VIM 자주 쓰는 설정

sadon 2018. 12. 11. 17:14

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