Skip to content

Instantly share code, notes, and snippets.

@kmehl
kmehl / .vimrc
Created March 10, 2016 10:58 — forked from Asenar/.vimrc
quickstart vimrc file
" put in ~/.vimrc
" {{{ general config
set nocompatible " vim Improved
set t_Co=256 " 256 colors
set ruler " show line and column in status bar
set showcmd " show the current command you're typing
" }}}
" {{{ look and feel