Last active
December 27, 2015 01:09
-
-
Save Luavis/7243137 to your computer and use it in GitHub Desktop.
.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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