5bd004df0240

Long line stuff.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Aug 2011 09:31:48 -0400
parents c0bad823a270
children 00e4e08af4f5
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Tue Aug 16 13:09:03 2011 -0400
+++ b/vim/.vimrc	Wed Aug 17 09:31:48 2011 -0400
@@ -37,7 +37,7 @@
 set undoreload=10000
 set cpoptions+=J
 set list
-set listchars=tab:▸\ ,eol:¬
+set listchars=tab:▸\ ,eol:¬,extends:❯,precedes:❮
 set shell=/bin/bash
 set lazyredraw
 set wildignore+=*.pyc,.hg,.git
@@ -143,6 +143,10 @@
 nnoremap Y y$
 nnoremap D d$
 
+" Make horizontal scrolling less horrible.
+set sidescroll=1
+set sidescrolloff=10
+
 " Keep search matches in the middle of the window.
 nnoremap * *zzzv
 nnoremap # #zzzv
@@ -355,7 +359,7 @@
 " }}}
 " Firefox {{{
 
-au BufRead,BufNewFile ~/Library/Caches/* setlocal buftype=nofile
+au BufRead,BufNewFile ~/Library/Caches/*.html setlocal buftype=nofile
 
 " }}}
 " Fish {{{