Skip to content

Instantly share code, notes, and snippets.

@chuenniger
Last active March 14, 2016 10:18
Show Gist options
  • Save chuenniger/0610b8accd7119bd0e86 to your computer and use it in GitHub Desktop.
Save chuenniger/0610b8accd7119bd0e86 to your computer and use it in GitHub Desktop.
VIM - Standard Konfiguration auf einem dunklen Terminal (~/.vimrc oder /etc/vim/vimrc.local)
" set number
" set list
" set listchars=tab:>-
set autoindent
set pastetoggle=<F10>
set nowrap
set background=dark
set hlsearch
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment