Skip to content

Instantly share code, notes, and snippets.

@Luavis
Last active December 27, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luavis/7243137 to your computer and use it in GitHub Desktop.
Save Luavis/7243137 to your computer and use it in GitHub Desktop.
.vimrc
set autoindent
set cindent
set smartindent
set textwidth=79
set wrap
set nowrapscan
set nobackup
set visualbell
set ruler
set tabstop=3
set shiftwidth=3
set number
set fencs=ucs-bom,utf-8,euc-kr.latin1
set fileencoding=utf-8
set expandtab
set hlsearch
set ignorecase
set tabstop=4
set shiftwidth=2
set expandtab
set gfn=Bitstream_Vera_Sans_Mono:h12
set softtabstop=2
set enc=utf-8
set incsearch
syntax on
filetype on
set background=dark
"colorscheme evening"
set backspace=eol,start,indent
set history=1000
set mouse=an
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment