summary refs log tree commit diff
path: root/_vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-11-13 14:47:26 -0500
committerJune McEnroe <june@causal.agency>2011-11-13 14:47:26 -0500
commitbcf7512694618c4ce8e4ab4911f79fabf2f3ae98 (patch)
treec3c0bd31df3da9fce9157ed3247cbc83a1a26374 /_vimrc
parentRefactored xinitrc (diff)
downloadsrc-bcf7512694618c4ce8e4ab4911f79fabf2f3ae98.tar.gz
src-bcf7512694618c4ce8e4ab4911f79fabf2f3ae98.zip
Added whitespace highlighting to Vim and fixed the first line of Conky
Diffstat (limited to '_vimrc')
-rw-r--r--_vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/_vimrc b/_vimrc
index a610f2c7..c3fc94c1 100644
--- a/_vimrc
+++ b/_vimrc
@@ -94,3 +94,7 @@ set browsedir=buffer " GUI Open starts in CWD
 map Q gq
 
 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd p | diffthis
+
+" Show trailing whitespace and hard tabs
+set list
+set listchars=tab:»·,trail:·