Skip to content

Instantly share code, notes, and snippets.

@kaimallea
Created June 18, 2012 22:16
Show Gist options
  • Save kaimallea/2951086 to your computer and use it in GitHub Desktop.
Save kaimallea/2951086 to your computer and use it in GitHub Desktop.
Vim Terminal Config
set nocompatible
filetype on
filetype plugin on
filetype indent on
syntax on
set ruler
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set showcmd
set number
set smartindent
set autoindent
set wrap
set textwidth=79
set formatoptions=qrn1
set incsearch
set hlsearch
set ignorecase
set smartcase
set splitbelow
set t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment