반응형
요즘 aws에서 여러 ec2 인스턴스를 만들다 보니까
매번 vimrc 설정하기가 귀찮아서 남긴다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if has("syntax") | |
syntax on | |
endif | |
set hlsearch | |
set autoindent | |
set cindent | |
set nu | |
set ts=4 | |
set shiftwidth=4 | |
au BufReadPost * | |
\ if line("'\"") > 0 && line("'\"") <= line("$") | | |
\ exe "norm g`\"" | | |
\ endif | |
set laststatus=2 | |
set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\ | |
반응형
'Programming > Programming' 카테고리의 다른 글
딥러닝, 머신러닝 책을 봐도 봐도 머리 속이 뿌옇던게.. (0) | 2022.08.05 |
---|---|
Windows에서 Github Page와 Jekyll로 블로그 생성하기. (11) | 2017.02.02 |
ioi 갤러리(청하)를 긁는 크롤러(crawler)를 만들면서 배우고 느낀 것들 (0) | 2016.05.16 |
카카오 톡에서 전기요금 청구서 받기. (0) | 2016.04.02 |
[C++] localtime 함수와 gmtime 함수를 사용할 때는 조심해야 한다. (0) | 2016.02.26 |
[Cocoa/Obj-C] NSPopUpButton 에는 addObserver를 할 수 없다.. 아니 해선 안된다.. (0) | 2016.02.24 |
[cocos2d] Sprite Animation 두번째 (0) | 2013.09.28 |
[cocos2d] Sprite Animation (0) | 2013.09.20 |