Skip to content

Instantly share code, notes, and snippets.

@thomasbilk
Created January 3, 2012 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasbilk/1554958 to your computer and use it in GitHub Desktop.
Save thomasbilk/1554958 to your computer and use it in GitHub Desktop.
vimrc file
set enc=utf-8
" set fencs=utf8
set ruler
set number
set autoindent
set expandtab
set incsearch
set shiftwidth=4
set tabstop=4
set showcmd
set showmatch
set showmode
set nowrap
set ignorecase
set cursorline
" set list
" set listchars=tab:→\ ,eol:¬,trail:‧
set listchars=tab:→\ ,trail:‧,eol:¶
set guifont=DejaVu\ Sans\ Mono
syntax on
filetype on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment