Created
July 23, 2014 02:29
-
-
Save rvbsanjose/cce12d1cac76e758947a to your computer and use it in GitHub Desktop.
This file contains 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 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