티스토리 뷰
vim 설치후 홈 디렉토리에서 .vimrc 파일을 생성한다
$vi .vimrc
그리고 아래와 같이 파일내용을 작성한다.
set tabstop=4 "tab size
set background=dark "background color
set autoindent "automatic indentation
set smartindent "optional indentation
set ruler "representaion of column, row at cusor
set shiftwidth=4 "tab size when automatic indentation
set hlsearch "highlight
set showmatch "(), {} match
set number "작업행 번호 사용
set paste! "붙여넣기시 계단현상 제거
set statusline=%h%F%m%r=[%l:%c(%p%%)] "상태표시줄 포맷팅
set title "타이틀바에 현재 편집중인 파일 표시
set history=200 "set history line
set ignorecase "찾기에서 대소문자 구별하지 않음
filetype on "파일종류에 따른 구문 강조
filetype plugin on "plugin on
filetype indent on "파일 유형에 따라 탭간격 조정
colorscheme elflord "색상 테마를 elflord로 지정
cpp 나 기타 등등 가끔 자동으로 줄간격이 되지 않을 경우 vim 에 들어가서
:set ai
지정
colorscheme을 지정하고 싶으면
:colorscheme 테마네임 입력
하면 됨
출처 : http://sybd.tistory.com/100
http://sybd.tistory.com/99
'Linux > Ubuntu' 카테고리의 다른 글
Eclipse에서 Help -> Install New Program이 동작하지 않을때(리눅스) (0) | 2013.10.10 |
---|---|
리눅스에서 이클립스 ctrl+space 사용하기 (0) | 2013.10.09 |
ubuntu에서 jdk 설치하는 방법 (0) | 2013.10.06 |
ubuntu 에서 wheel scroll 속도 향상 시키기 (1) | 2013.10.06 |
우분투에서 sun java 설치하기 (0) | 2013.03.19 |
- Total
- Today
- Yesterday
- L570
- x1 carbon 5th
- Yoga 370
- Thinkpad
- x1c
- 키보드
- x260
- x1 carbon
- 파이썬
- socket
- 더헌트맨
- x1 carbon 2017
- x1 카본 2017
- 레노버
- thinkpad 13
- x270
- t570
- t450s
- t470
- t460s
- t470p
- Python
- t470s
- x1
- c++
- x250
- L470
- x1 카본 5세대
- lenovo
- 소켓
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |