Disabling tab space highlight in vim?

Your question is somewhat vague. What is it that you want to accomplish?

Up vote 0 down vote favorite share g+ share fb share tw.

I am setting up my new mac book for development. In vim (mac vim), with jellybeans color scheme, all the tab spaces are highlighted. This is annoying as left side of most of the instructions/line is in grey.

I read about "TabLineFill", but not sure how to use it. Is there a better way? Thanks, bsr vim macvim link|improve this question edited Nov 26 '11 at 14:48ldigas11k64279 asked Nov 14 '11 at 2:43bsreekanth1,2702827 83% accept rate.

Your question is somewhat vague. What is it that you want to accomplish? If you wish to change the color of the tabline, hi TabLine guibg=Black guifg=White If you wish to change the entire tabline to grey (like the left side), hi TabLineFill guibg=#b0b8c0 If neither of this is what you wanted, you'll have to explain a bit more.

Thank you for the help. Added an image which explains it better. I like to get rid of the dark highlight on the left side (tab/free space).

Thanks again – bsreekanth Nov 14 '11 at 4:06 1 @bsreekanth - Oh, I see. That is SpecialKey (or NonText) highlighting group. Take a look what is your background color with "hi Normal" and then do "hi SpecialKey guibg=...that background color...".

It should go away. – ldigas Nov 14 '11 at 4:21 @bsreekanth - The part that deals with line numbers is in the LineNr highlighting group (same procedure as above to change the background color). – ldigas Nov 14 '11 at 4:23 thanks.. I didn't test it yet, but accept your answer for pointing me to the right direction.. – bsreekanth Nov 14 '11 at 0:13.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions