Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
" Basics set mouse=a " make sure mouse is used in all cases. colorscheme wuye " define syntax color scheme set showmatch " show matching brackets (),{},[] set number " Switch syntax highlighting on, when the terminal has colors " Also switch on highlighting the last used search pattern. if &t_Co > 2 || has("gui_running") syntax on set hlsearch endif " always show status line on every window set laststatus=2 " don't blink the screen set novb " highlight redundant whitespaces and tabs. "highlight RedundantSpaces ctermbg=red guibg=red "match RedundantSpaces /\s\+$\| \+\ze\t\|\t/
This paste will be private.
From the Design Piracy series on my blog: