Michael Mossey wrote: > - and I want them conceptually the same as Vim windows
I don't know what an emacs frame is either, but the short answer is no - Vim has buffers, windows and tabs. Most of us work out some method we find convenient to switch between buffers (with ':set hidden' so they don't have to be saved). The following might give some hints: http://vim.wikia.com/wiki/Easier_buffer_switching http://vim.wikia.com/wiki/Cycle_through_buffers_including_hidden_buffers You can put all buffers in windows, or in tabs, with: :ball :tab ball When I'm working on a particular issue, I often just put some uppercase marks in the buffers I want (e.g. mA to mark, and `A to jump to mark) because I like to see one buffer at a time, and I couldn't be bothered with some other optimisation. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
