--- 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 {{{