Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created June 17, 2014 17:32
Show Gist options
  • Save clintonhalpin/9160cb03c640bd57856f to your computer and use it in GitHub Desktop.
Save clintonhalpin/9160cb03c640bd57856f to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set cursorline
set expandtab
set modelines=0
set shiftwidth=2
set clipboard=unnamed
set synmaxcol=128
set ttyscroll=10
set encoding=utf-8
set tabstop=2
set nowrap
set number
set expandtab
set nowritebackup
set noswapfile
set nobackup
set hlsearch
set ignorecase
set smartcase
colors luna
" NERDTree
map <C-n> :NERDTreeToggle<CR>
let NERDTreeHighlightCursorline=1
let NERDTreeIgnore = ['tmp', '.yardoc', 'pkg']
"Tab between buffers
noremap <tab> <c-w><c-w>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment