Skip to content

Instantly share code, notes, and snippets.

@genievn
Last active September 29, 2015 06:46
Show Gist options
  • Save genievn/0313328755f95ba21317 to your computer and use it in GitHub Desktop.
Save genievn/0313328755f95ba21317 to your computer and use it in GitHub Desktop.
vimrc
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