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>

+ Recent posts