Skip to content

Instantly share code, notes, and snippets.

@hoffoo
Created February 16, 2015 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoffoo/640241311ee96c9e0fd8 to your computer and use it in GitHub Desktop.
Save hoffoo/640241311ee96c9e0fd8 to your computer and use it in GitHub Desktop.
set backspace=indent,eol,start
set laststatus=2
set shell=/bin/bash
set scrolloff=5
set nocompatible
set noswapfile
set number
"set relativenumber
set wrapmargin=0
set hlsearch
set nowrap
set wmh=0
set mouse=n
set wmh=0
filetype indent on
filetype plugin on
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
set expandtab
set guioptions=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment