From 7ea39d75bd94eb765ee8718397a1210bdfcc40c1 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 3 Mar 2013 15:31:16 +0300 Subject: [PATCH] Trying vim's "set list" --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 39552ad..68ce78b 100644 --- a/.vimrc +++ b/.vimrc @@ -81,6 +81,8 @@ set background=dark " When set to "dark", Vim will try to use colors that look " try to use colors that look good on a light background. " Any other value is illegal. +set list listchars=tab:»\ ,trail:· + if has("mouse") set mouse=a " Enable the use of the mouse. endif @@ -174,7 +176,7 @@ call Amap("F5", "!ruby -c %") call Amap("F6", "make -s clean all") call Amap("F7", "cn ") "setl noai nocin nosi inde= formatoptions-=c formatoptions-=r formatoptions-=o nonumber -call Amap("F8", "setl paste! number! NoShowMarks") +call Amap("F8", "setl paste! number! list! NoShowMarks") call Amap("F9", "!traider") " Navigate by tabs with Shift+Left/Right