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
- maVen
- Source
- VirtualBox
- Windows 10
- bash
- IntelliJ
- import
- web.xml
- 네트워크
- Quartz
- tomcat
- profile
- context
- Mac
- grep
- 줄바꿈 문자
- ssh
- resource
- find
- Windows
- plugin
- lsof
- Eclipse
- port
- netsh
- xargs
- 단축키
- GIT
- JavaScript
- vscode
Archives
- Today
- Total
develog
[mac] .vimrc 설정 본문
vi config 설정
$ vi ~/.vimrc
syntax on
"set number
set hlsearch
set autoindent
set ts=4
set sts=4
set smartindent
set tabstop=4
set expandtab
set shiftwidth=4
set nowrap
colorscheme torte
"colorscheme industry
"colorscheme slate
"colorscheme delek
"colorscheme elflord
'OS & Shell > Mac' 카테고리의 다른 글
[mac] nc 포트 오픈 확인 (netcat) (0) | 2021.02.09 |
---|---|
[mac] fn 키 없이 function 키 사용하기 (0) | 2020.11.27 |
[mac] 터미널에서 date 로 날짜 바꾸기 (0) | 2020.11.27 |
[mac] du depth 1 (0) | 2020.11.25 |
[mac] port open check (0) | 2020.11.24 |
Comments