Created
February 24, 2010 19:57
-
-
Save tylercunnion/313781 to your computer and use it in GitHub Desktop.
My vimrc file
This file contains 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 lines=40 columns=85 | |
colorscheme railscasts2 |
This file contains 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 printoptions=paper:letter,duplex:off | |
set number | |
set background=dark | |
set ls=2 | |
set statusline=%<\ %n:%f\ %m%r%y%=%-35.(line:\ %l\ of\ %L,\ col:\ %c%V\ (%P)%) | |
set autoindent | |
set incsearch | |
set hidden | |
set history=1000 | |
set scrolloff=3 | |
set ruler | |
set backspace=indent,eol,start | |
set t_Co=256 | |
syntax on | |
filetype on | |
filetype plugin on | |
filetype indent on | |
set hlsearch | |
set incsearch | |
au BufRead,BufNewFile *.less set filetype=less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment