Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Kibana
- macos
- centos 8
- proxycfg
- G-suite
- Windows
- 로그인불가
- ansible
- x-pack
- hardening
- application security
- ssh key 배포
- elastic stack
- XCP-ng
- bash
- Proxy
- pfsense
- GitLab
- ELASTIC
- freebsd
- xe guest utilities
- Elasticsearch
- 보안양파
- miniconda
- PlayBook
- 한글가이드
- endpoint security
- Kibana server is not ready yet
- docker
Archives
- Today
- Total
선 밖에 선 자유인
Mac OS X vim 설정 본문
My Mac OS X ~/.vimrc setting
----------------------------------------------
" Syntax Highlighting
if has("syntax")
syntax on
endif
set autoindent
set cindent
set smartindent
set ts=4
set shiftwidth=4
colorscheme jellybeans
----------------------------------------------
/usr/share/vim/vim73/colors 하위에 jellybeans.vim 파일을 넣는다.
- 압축한 것
vimrc.tgzhttp://www.vim.org/scripts/script.php?script_id=2555
** 리눅스에서는 /etc/profile 에
alias vi='vim'
추가해줘야 함
- 기타 color schema
Comments