From: Samir Benmendil Date: Wed, 12 Jun 2013 00:03:55 +0000 (+0200) Subject: show tabs and trailing spaces X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8c2b5e886c59bd8ef2093b3ce2c808e83a575705?ds=sidebyside show tabs and trailing spaces --- diff --git a/vimrc b/vimrc index 9a611f1..3170bb3 100644 --- a/vimrc +++ b/vimrc @@ -142,6 +142,8 @@ set shiftwidth=4 set expandtab set showbreak=▒▒ +" show these chars for tabs and trailing spaces +set list listchars=tab:»·,trail:· set pastetoggle= " split right when using :vsp