Hi -- 2009/7/20 Tony Mechelynck <[email protected]>: > Normally the current window uses the StatusLine highlight group for its > status bar, all others use the StatusLineNC group. Setting these is > normally the job of your colorscheme.
Thanks -- that's all dusted now. I do have some other questions regarding your rolodeck behaviour: 1. When using: set wh=99999 wmh=0 ... And having opened several :split windows, when I focus some of them, the "closed" window statuslines move to the top of Vim -- is there anyway to keep them all at the bottom? 2. I have: set wh=99999 wmh=0 in my ~/.vimrc already. If I start Vim like this: vim ./file1.c ./file2.c ./file3.c ... and then do: :all Vim complains about "not enough room". Is there anyway to fix this? (i.e., if I do ":all", I'd like to see all my windows) Indeed, in addition to that, can I also so: vim ./file1.c ./file2.c ./file3.c ... and have all my split windows seen as a rolodeck? At the moment, I am having to do: vim ./file1.c And then within that do: :new file2.c :new file3.c ... which is annoying, especially if I have already opened these files on the command line. It would also be nice if there was some way of toggling between ":all" and a rolodeck. Is that possible? I sound like I am asking for lots here -- apologies. I just like the idea of it. Many thanks, David. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
