summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2011-11-13 14:47:26 -0500
committerJune McEnroe <programble@gmail.com>2011-11-13 14:47:26 -0500
commita8cc2af91e02ce6c8e378e041dab1c9444630c74 (patch)
tree80c56d24c8f895aaa5ab7b774c0b55ebee8cd8a5
parentRefactored xinitrc (diff)
downloadsrc-a8cc2af91e02ce6c8e378e041dab1c9444630c74.tar.gz
src-a8cc2af91e02ce6c8e378e041dab1c9444630c74.zip
Added whitespace highlighting to Vim and fixed the first line of Conky
-rw-r--r--_conkyrc2
-rw-r--r--_vimrc4
2 files changed, 5 insertions, 1 deletions
diff --git a/_conkyrc b/_conkyrc
index 734be48f..704ccb69 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/curtis/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:·
=1215130a85ee9abe70d2e2c8af4eb0be368f4294&follow=1'>Add photos from September 22June McEnroe 2024-09-25Add photos from September 15June McEnroe 2024-09-24Add photos from September 14June McEnroe 2024-09-24Add photos from September 12June McEnroe 2024-09-24Add photos from September 7June McEnroe 2024-09-24Allow not having descriptionsJune McEnroe 2024-09-23Automatically select the last used lens for a bodyJune McEnroe 2024-09-19Add photos from September 5June McEnroe 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe