Skip to content

Instantly share code, notes, and snippets.

@tonvanbart
Last active October 26, 2017 07:22
Show Gist options
  • Save tonvanbart/fe08e2194198527069ca to your computer and use it in GitHub Desktop.
Save tonvanbart/fe08e2194198527069ca to your computer and use it in GitHub Desktop.
My current, very minimal, .vimrc
set nu
set showmode
set autoindent
set smartindent
set sw=4
set ts=4
set expandtab
set hlsearch
set wildmenu
set ls=2
" fix vim colors on color limited sessions
set t_Co=256
colorscheme synic
set guifont=Monospace\ 11
" alias for cleaning up / formatting XML source
command Format %!xmllint --format -
" alias for hex view
command Hex %!xxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment