Wow. 2 step process to beautiful experiences... The first was to put set t_Co=256 into my .vimrc, then to experiment with some of those Hex colors.
Thanks!! The only weird thing I've noticed so far is that if I exit from a file in vim the current line is down a bit from the top. Not a big deal, but have you run into this before? On Oct 14, 2009, at 2:07 PM, Kyle Lippincott wrote: > Now that you have a terminal that supports 256 colors, you can use > colors that there aren't even names for, by looking up the color > number using this perl script: > http://www.vim.org/scripts/script.php?script_id=1349 > > The perl script does nothing involving termcap/terminfo to determine > if your terminal CAN display > 16 colors, so it'll probably work no > matter what in iTerm and give weird blinky text in Terminal.app. > Vim uses termcap/terminfo, so if it's not showing 256 colors > correctly (though since you mention colortest I'm assuming it does), > you might have to play around with that. I can attempt to help you > there to do this correctly, involving changing your TERM variable > and writing out some terminfo files and dealing with infocmp, or you > can just cheat and :set t_Co=256 inside of vim, which is probably > easier ;) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
