.vimrc

conf
"source ${VIMRUNTIME}/defaults.vim
"set nocompatible

colorscheme torte
"colorscheme slate

set mouse-=a

"set smarttab
set autoindent
set copyindent
set tabstop=4
set shiftwidth=4

" white space characters
set nolist
set listchars=eol:$,tab:→\ ,trail:·,extends:>,precedes:<,nbsp:_,space:·
highlight SpecialKey term=standout ctermfg=darkgray guifg=darkgray
" display white space characters with F3
nnoremap <F3> :set list! list?<CR>