syntax on filetype plugin indent on set mouse= set tabstop=4 set noexpandtab set number set shiftwidth=4 set autoindent set spelllang=en,de set colorcolumn=81 " don't touch this line to keep 80 chars. width set encoding=utf-8 set fileencodings=utf-8 set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:» set list " switch tabs map :tabp map :tabn " convert *.bin file to ascii or reverse (make sure to open with `vim -b`!) map :%!xxd -r map :%!xxd