Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Last active December 20, 2015 14:09
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 mtimkovich/6144857 to your computer and use it in GitHub Desktop.
Save mtimkovich/6144857 to your computer and use it in GitHub Desktop.
Starter .vimrc
syntax on
set nocompatible
filetype on
filetype plugin on
filetype plugin indent on
set ignorecase
set smartcase
set number
set incsearch
set hlsearch
set linebreak
set autoindent
set smartindent
set showtabline=1
set wildmode=longest,list
set wildmenu
set showcmd
set autowrite
set hidden
set mouse=a
set history=1000
set scrolloff=5
set ruler
set backspace=indent,eol,start
set shortmess=atI
set autochdir
set viminfo='20,<50,s10,h,%
let mapleader = ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment