Skip to content

Instantly share code, notes, and snippets.

@pbondoer
Created November 26, 2015 23:26
Show Gist options
  • Save pbondoer/a4bb72abd9eb1ba4ae60 to your computer and use it in GitHub Desktop.
Save pbondoer/a4bb72abd9eb1ba4ae60 to your computer and use it in GitHub Desktop.
"essential
syntax on
set ruler
set number
set mouse=a
set cc=80
set list
set listchars=trail:~,extends:>,tab:▸·,eol:◿
"optional
set nocompatible
filetype indent plugin on
set hidden
set wildmenu
set showcmd
set hlsearch
set ignorecase
set smartcase
set backspace=indent,eol,start
set autoindent
set nostartofline
set laststatus=2
set confirm
set visualbell
set cmdheight=2
set notimeout ttimeout ttimeoutlen=200
set pastetoggle=<F11>
set shiftwidth=4
set softtabstop=4
set tabstop=4
set noexpandtab
map Y y$
nnoremap <C-L> :nohl<CR><C-L>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment