Skip to content

Instantly share code, notes, and snippets.

@ewheeler
Created May 8, 2009 15:20
Show Gist options
  • Save ewheeler/108823 to your computer and use it in GitHub Desktop.
Save ewheeler/108823 to your computer and use it in GitHub Desktop.
" disable word wrap
set nowrap
set expandtab
set tabstop=8
set softtabstop=4
set shiftwidth=4
set shiftround
set autoindent
" get rid of vi compatible keys
set nocompatible
" switch between buffere
" without saving them
set hidden
" always show tab bar, even when not in use,
" to remind me to use it instead of buffers
set showtabline=2
syntax on
set background=dark
set ruler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment