Monday, November 1, 2010

Re: Nice display of leading tabs

On Mon, Nov 1, 2010 at 11:26, statquant2 <statquant@gmail.com> wrote:

Hi all,
browsing for a nice theme I found this http://leetless.de/vim.html, I am
intersted to understand how you can have this nice display of indentation
you can see on any theme of the page.
I browsed the guy .vimrc file but I can't make it work.

Do somebody have some insight ?

You can change how tabs are displayed using the listchars field (http://vim.wikia.com/wiki/Highlight_unwanted_spaces#Using_the_list_and_listchars_options)
 
So I believe this is how his specific layout is done (don't have vim atm so I can't test - might have to escape the pipe)
 
:set listchars=tab:|-

--
~Adam~

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: