::: Zany's Homepage ::: Zany Wiki | »çÀÌÆ® ÅëÇÕ °Ë»ö
 
 
 

Windows ¿ë gvim ±âº» ¼³Á¤

°Ô½ÃÆÇ
Unix/Linux
ÀÛ¼ºÀÚ
helix
ÀÛ¼ºÀÏ
2007-09-23 07:52:29
ÀÐÀº¼ö
5932
ÆòÁ¡
   
Ç¥½Ã¿É¼Ç
HTML»ç¿ë | ÀÚµ¿BRűנ| °ø¹é¹®ÀÚÇã¿ë | °¡¿îµ¥Á¤·Ä | °íÁ¤Æø±Û²Ã | ÀÚµ¿URL¸µÅ© | ¸¶¿ì½º¼±ÅÃ
c:\Program Files\Vim\_vimrc ÆÄÀÏÀ» ¿­¾î
¾Æ·¡ ¼³Á¤ ±¸¹® Áß, ¿øÇÏ´Â °Í¸¸ Áý¾î³ÖÀ¸¸é µÈ´Ù.


syntax on              # ¾ð¾î¿¡ µû¸¥ ÀÚµ¿ ¹®¹ý, ±¸¹®ÀÇ »öÀ» ´Ù¸£°Ô Ç¥½Ã
filetype on            # ÆÄÀÏ Á¾·ù¸¦ ÀÚµ¿À¸·Î ÀνÄ
colorscheme torte      # Ä÷¯½ºÅ´À» º¯°æ
set ru                 # È­¸é ¿ìÃø ÇÏ´Ü¿¡ ÇöÀç Ä¿¼­ÀÇ À§Ä¡(ÁÙ,Ä­)¸¦ Ç¥½Ã (ruler)
set sc                 # ¿Ï¼ºÁßÀÎ ¸í·ÉÀ» Ç¥½Ã
set vb                 # Å°¸¦ À߸ø´­·¶À» ¶§ »à ¼Ò¸®¸¦ ³»´Â ´ë½Å ¹ø½ÀÓ (visualbell)
set hls                # °Ë»öµÈ ½ºÆ®¸µÀÇ ÇÏÀ̶óÀÌÆ® (hlsearch)
set ci                 # C ÇüÅÂÀÇ µé¿©¾²±â (cindent)
set ai                 # ÀÚµ¿ µé¿©¾²±â (autoindent)
set si                 # Á»´õ ¶È¶ÈÇÑ µé¿©¾²±â (smartindent)
set sw=4               # ÀÚµ¿µé¿©¾²±â¸¦ 4Ä­À¸·Î ¼³Á¤ (shift width)
set ts=4               # TAB °£°ÝÀ» 4Ä­À¸·Î ¼³Á¤ (tab stop)
set scs                # ¶È¶ÈÇÑ ´ë¼Ò¹®ÀÚ ±¸º° ±â´É »ç¿ë
set hi=50              # ¸í·É¾î ±â·ÏÀ» ³²±æ °³¼ö ÁöÁ¤ (history)
set cul                # Ä¿¼­°¡ ÀÖ´Â ¶óÀÎ ÇÏÀ̶óÀÌÆ®

# GUI Mode ÀÏ ¶§¸¸ ¼öÇà...
if has("gui_running")
    set lines=56
    set columns=150
    set gfn=GulimChe
endif

set gfn=GulimChe ±¸¹® ´ë½Å ¾Æ·¡ ±¸¹®À» ½áµµ µÈ´Ù.
set guifont=µ¸¿òü:h9:cHANGEUL


==================
==== Ãß°¡ ³»¿ë ====
==================

Ãâó : http://namomo.egloos.com/1660114

""""""""""""""""""""""""""""""""""""""""""""""""
" GUI ¼³Á¤
""""""""""""""""""""""""""""""""""""""""""""""""
" ÆùÆ® ¼³Á¤. ÆùÆ®¿Í ÆùÆ® Å©±â¸¦ ÁöÁ¤ÇÑ´Ù.
if has( "gui_running" )
set gfn=ProFontWindows:h12
" set gfn=gulimche:h12
" set gfn=sans-serif12
" set gfn=Lucida_Console:h12
" set gfn=µ¸À½Ã¼12
" set gfn=Terminal12

" Ãʱâ VI ½ÃÀ۽à ũ±â ¼³Á¤ w * h
au GUIEnter * winsize 90 50

" Ãʱâ VI ½ÃÀÛ À§Ä¡ ¼³Á¤
au GUIEnter * winpos 550 0
endif


""""""""""""""""""""""""""""""""""""""""""""""""
" VI ±âº» ¼³Á¤
""""""""""""""""""""""""""""""""""""""""""""""""
" ÀÚµ¿ µé¿©¾²±â¸¦ ¼³Á¤ÇÕ´Ï´Ù.
set ai

" °æ°í ¼Ò¸®¸¦ È­¸é ±ôºýÀÓÀ¸·Î ´ëü
set visualbell

" µé¿©¾²±â ÆøÀ» Á¤ÇÕ´Ï´Ù.
set shiftwidth=2

" ÅÇÀÇ ÆøÀ» Á¤ÇÕ´Ï´Ù.
set tabstop=2

" ÅÇÀ» ½ºÆäÀ̽º·Î ÅÂüÇÕ´Ï´Ù.
set et

" CÀÇ ±¸¹®¿¡ ¸Â°Ô µé¿©¾²±â ÇÕ´Ï´Ù
set cindent

" ¶óÀμö¸¦ Ç¥½ÃÇØ ÁÝ´Ï´Ù
set nu

" °¢ ÆÄÀÏ¿¡ ÇØ´çÇÏ´Â ¹®¹ý(Syntax)¸¦ Àû¿ë½ÃÄÑÁÝ´Ï´Ù.
" C³ª Javaµî »ç¿ë½Ã »ö»óµî..
syntax on


" ÆÄÀÏ ÆíÁý½Ã undo ÇÒ¼ö ÀÖ´Â ÃÖ´ë Ƚ¼ö ¼³Á¤
set history=100

" ÇÔ¼ö ´Ý±âÇ¥½Ã
set sm

" ŸÀÌÇνà ¸¶¿ì½º Ä¿¼­ °¨Ãß±â
set mousehide

" ÃÖ¼ÒÇÑ 2ÁÙ ÀÌÇϷδ ÀÚµ¿ ½ºÅ©·Ñ
set scrolloff=2

" Á¤ÀǵǾîÁø »ö»óÀ» ¼±ÅÃÇؼ­ º¸¿©ÁÝ´Ï´Ù
colors sdh


" ESCÅ°¸¦ ´©¸£¸é ÇÑ±Û ¸ðµå°¡ ÇØÁ¦
" ÀԷ¸ðµå¿¡¼­ ÀÌÀü ¾ð¾î ¼³Á¤ ¸ðµå À¯Áö
inoremap <ESC> <ESC>:set imdisable<CR>
nnoremap i :set noimd<CR>i
nnoremap I :set noimd<CR>I
nnoremap a :set noimd<CR>a
nnoremap A :set noimd<CR>A
nnoremap o :set noimd<CR>o
nnoremap O :set noimd<CR>O

 °Ô½ÃÆÇ ±Û ¸ñ·Ï
No Subject Poster Hits Posted
1839 helix 2220 2009-04-02 11:36:57
1837 helix 12325 2009-04-01 14:06:33
1836 helix 2812 2009-04-01 09:47:01
1834 helix 2399 2009-03-27 14:51:26
1821 helix 4005 2009-03-19 12:42:07
helix 5932 2007-09-23 07:52:29
732 slipknot 2152 2006-02-04 12:10:16
730 slipknot 1900 2006-02-04 12:09:04
729 slipknot 2096 2006-02-04 12:08:38
728 slipknot 2332 2006-02-04 12:08:06
725 slipknot 2192 2006-02-04 12:05:01
ÄÚ¸àÆ®
ÀÛ¼ºÀÚ
                       
 
zany.kr
  Copyright ¨Ï 2002-2010 Zany's Programming Lab. All Rights Not Reserved.
temporary This Page loads on 0.016 Secs