From bcf7512694618c4ce8e4ab4911f79fabf2f3ae98 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 13 Nov 2011 14:47:26 -0500 Subject: Added whitespace highlighting to Vim and fixed the first line of Conky --- _conkyrc | 2 +- _vimrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_conkyrc b/_conkyrc index 3065090c..e2a2c885 100644 --- a/_conkyrc +++ b/_conkyrc @@ -37,7 +37,7 @@ format_human_readable yes short_units yes TEXT -${color white}$alignc$nodename $machine $kernel +${color white}$nodename $alignr $machine $kernel ${color lightgrey}up${color white} $uptime_short $alignr $user_number ${color lightgrey}users${color white} ${color lightgrey}updates${color white}$alignr${texeci 3600 /home/home/bin/updates.sh} $hr 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:· -- cgit 1.4.1