S_pot
Shell_vimrc설정 본문
set hlsearch
set nu
set autoindent
set scrolloff=2
set wildmode=longest,list
set ts=4
set sts=4
set sw=1
set autowrite
set autoread
set cindent
set bs=eol,start,indent
set history=256
set laststatus=2
"set paste
set shiftwidth=4
set showmatch
set smartcase
set smarttab
set smartindent
set softtabstop=4
set tabstop=4
set ruler
set incsearch
set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\
au BufReadPost *
\ if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "norm g`\"" |
\ endif
if $LANG[0]=='k' && $LANG[1]=='o'
set fileencodings=utf8,euc-kr
endif
if has("syntax")
syntax on
endif
'Shell script' 카테고리의 다른 글
Shell_실습 (0) | 2021.06.21 |
---|---|
Shell_if문 (0) | 2021.06.21 |
Shell_파일관리:chmod 등 (0) | 2021.06.21 |
Shell_변수사용 실습 (0) | 2021.06.21 |
Shell_alias(별칭), history(이전명령리스트), !(이전 명령 재실행) (0) | 2021.06.21 |