2015. 8. 10. 00:58
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

vimrc




  1 set tabstop=2
  2 set shiftwidth=2
  3 set expandtab
  4 set softtabstop=2
  5 set visualbell
  6 set cindent
  7 set autoindent
  8 set smartindent
  9 set enc=utf8
 10 set incsearch
 11 syntax on
 12 filetype on
 13 set background=dark
 14 colorscheme evening
 15 set backspace=eol,start,indent
 16 set history=1000
 17 set hlsearch
 18 set ignorecase
 19 set showmatch
 20 set number
~                

'Linux' 카테고리의 다른 글

Creating desktop Icon in debian linux  (0) 2016.09.27
linux compression / decompression  (0) 2015.07.06
vim hex mode  (0) 2015.06.15
memory setting using malloc() and practicing coding  (0) 2014.08.29
iptables and setting ftp server  (0) 2014.08.22
Posted by af334