[Linux] .vimrc on docker win7

Linux 2017. 11. 30. 19:30

" tab size
set ts=4
set sw=4
set sts=4
set cindent
set smartindent

" insert mode에서 Shift Tab -> Ctrl D로 mapping (inverse indent)
inoremap <S-Tab> <C-d>

" docker terminal setting set term=cygwin



WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/