# HG changeset patch # User Steve Losh # Date 1313587908 14400 # Node ID 5bd004df024039c8202d5b7538e38a22bdd0e3e1 # Parent c0bad823a270f14d43ebebaac19d3419f7c0f9be Long line stuff. diff -r c0bad823a270 -r 5bd004df0240 vim/.vimrc --- 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 {{{