Created
January 3, 2012 13:51
-
-
Save thomasbilk/1554958 to your computer and use it in GitHub Desktop.
vimrc file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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