Visual Block 사용
" CTRL-V and SHIFT-Insert are Paste
"map <C-V> "+gP
map <S-Insert> "+gP
"cmap <C-V> <C-R>+
cmap <S-Insert> <C-R>+
기본폰트 변경
"set guifont=Courier\ New
set guifont=Courier_New:h10
어두운 배경 사용
"set background=dark
colorscheme torte
가로세로 크기 지정
" GUI 이면, 시작시 크기, 위치 설정
if has("gui_running")
set lines=25
set co=100
" winp 4 4
endif
공백 넣기
" 공백 넣기 mapping
"map <F2> j02i <Esc>
map <F2> :set nu<CR>
map <F3> :set nonu<CR>
map <F4> j04i <Esc>
map <F6> j06i <Esc>
map <F8> j08i <Esc>
map <F9> 0i#<Esc>wx
map ; o<Esc>
'Windows' 카테고리의 다른 글
My Lenovo ThinkPad T61p now has 8GB of RAM (0) | 2009.09.15 |
---|---|
윈도우즈 무료 백업 솔루션 ZConverter Windows Backup (0) | 2009.09.15 |
서류 가방 에러 (0) | 2009.09.01 |
tasklist 로 실행 프로세스 확인 (0) | 2009.07.01 |
Windows Command Line Scripts (0) | 2009.06.21 |