Skip to content

Instantly share code, notes, and snippets.

@mikehaertl
mikehaertl / gist:5387743
Created April 15, 2013 12:37
vim output of :set
:set
--- Options ---
autoindent helplang=en laststatus=2 report=0 smartcase ttymouse=xterm
background=dark hidden lazyredraw ruler smarttab updatetime=300
cindent history=50 list scroll=41 softtabstop=4 wildmenu
confirm hlsearch modified scrolloff=10 syntax=nginx t_Co=256
expandtab ignorecase mouse=a shiftwidth=4 tabstop=4
filetype=nginx incsearch pastetoggle=<F11> showmatch ttyfast
backspace=indent,eol,start
fileencoding=utf-8
@mikehaertl
mikehaertl / gist:3258427
Created August 4, 2012 15:40
Learn you a Haskell - In a nutshell

Learn you a Haskell - In a nutshell

This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.


1. Introduction

  • Haskell is a functional programming language.
@mikehaertl
mikehaertl / vimrc.local
Last active February 18, 2021 14:44
A global vim configuration on Ubuntu that uses Vundle. Just put it in /etc/vim/vimrc.local and follow the instructions
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" /etc/vim/vimrc.local V1.1.12 2019-07-30 https://gist.github.com/mikehaertl/1612035
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" A Vundle based Vim configuration with globally shared plugins on Ubuntu.
"
" This is a Vundle based Vim setup that keeps all plugins in a global
" directory, namely /etc/vim/bundle. It's trimmed towards PHP development
" with Yii.
"