diff options
author | June McEnroe <programble@gmail.com> | 2011-11-13 14:47:26 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2011-11-13 14:47:26 -0500 |
commit | a8cc2af91e02ce6c8e378e041dab1c9444630c74 (patch) | |
tree | 80c56d24c8f895aaa5ab7b774c0b55ebee8cd8a5 /_vimrc | |
parent | Refactored xinitrc (diff) | |
download | src-a8cc2af91e02ce6c8e378e041dab1c9444630c74.tar.gz src-a8cc2af91e02ce6c8e378e041dab1c9444630c74.zip |
Added whitespace highlighting to Vim and fixed the first line of Conky
Diffstat (limited to '')
-rw-r--r-- | _vimrc | 4 |
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:· |