Last active
September 29, 2015 06:46
-
-
Save genievn/0313328755f95ba21317 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 history=700 | |
set nocompatible | |
colo delek | |
syntax on | |
set showmode | |
set autoindent | |
set smartindent | |
set backspace=eol,start,indent | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set ruler | |
set number | |
set ignorecase | |
set smartcase | |
set hlsearch | |
set backup | |
set backupdir=~/vim/tmp/ | |
set nowrap | |
set laststatus=2 | |
set cmdheight=2 | |
set pastetoggle=<F2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment