X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/49bec240c0a5806e5abd97a883a6c3174e3faccf..8c2b5e886c59bd8ef2093b3ce2c808e83a575705:/vimrc 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