Skip to content

Instantly share code, notes, and snippets.

@ansgar-forestier
Last active August 29, 2015 14:04
Show Gist options
  • Save ansgar-forestier/6a8a96a8403fc19d1df0 to your computer and use it in GitHub Desktop.
Save ansgar-forestier/6a8a96a8403fc19d1df0 to your computer and use it in GitHub Desktop.
My vimrc
set tabstop=4
set shiftwidth=4
set smarttab
set et
set showmatch
set hlsearch
set incsearch
set ignorecase
set listchars=tab:··
set list
set ffs=unix,dos,mac
set fencs=utf-8,cp1251,koi8-r,ucs-2,cp866
if !has('gui_running')
set mouse=
endif
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment