일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Python
- program
- MySQL
- QT
- essay
- psychology
- Programming
- Malaysia
- leadership
- hadoop
- agile
- Book review
- erlang
- Linux
- management
- comic agile
- Software Engineering
- Java
- web
- Book
- history
- RFID
- France
- hbase
- ubuntu
- Spain
- django
- programming_book
- Italy
- Kuala Lumpur
- Today
- Total
목록vim (4)
vi [file name] +e++enc=cp949 or vi [file name] -> :e ++enc=cp949 http://minicube.tistory.com/tag/putty http://hshin.info/?page=212 http://limjh77.egloos.com/6252047 http://hacks.egloos.com/518041 http://kldp.org/node/43942 http://rustymind.egloos.com/4830110 http://kldp.org/node/45359 http://kldp.org/node/18765
http://shinlucky.tistory.com/117 http://happyoutlet.tistory.com/11 http://www.ibm.com/developerworks/kr/library/tutorial/l-vi/index.html http://hisjournal.net/blog/242 vim dictionary
설치 후 문제가 생기는 경우 vim or vim improved가 설치되었는지 확인해볼 것 * gvim portable의 경우 GVimPortable\App\DefaultData\settings의 vimrc file에 입력을 해야 함 if has("gui_running") "영문폰트 지정 set guifont=BitStream\ Vera\ Sans\ Mono "한글폰트 지정 "set guifontwide=Guseul\ 10 "gVim의 배경테마 설정 colorscheme desert "gVim 시작시 크기지정 "set lines=40 "set co=85 set hls! set wrap endif