Skip to content

Instantly share code, notes, and snippets.

@rvbsanjose
Created July 23, 2014 02:29
Show Gist options
  • Save rvbsanjose/cce12d1cac76e758947a to your computer and use it in GitHub Desktop.
Save rvbsanjose/cce12d1cac76e758947a to your computer and use it in GitHub Desktop.
set nocompatible
set nobackup
set shell=$HOME/.oh-my-zsh
syntax on
set incsearch
set hlsearch
set ignorecase
set smartcase
set guifont=Monaco:h13
set background=dark
set t_Co=256
colorscheme desert
set colorcolumn=120
set number
set hidden
set tabstop=2
set cursorline
set showmatch
set lazyredraw
filetype indent on
set showcmd
set expandtab
set wildmenu
set shiftwidth=2
set autoindent
set softtabstop=2
set smarttab
set nobackup
set nowritebackup
set noswapfile
set ai
set si
set list
set listchars=tab:··,trail:·
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment