On Thu, Jun 4, 2009 at 7:34 PM, nico wrote: > > When there is only one window open :bdelete deletes the buffer and > displays "the most recent entry in the jump list that points into a > loaded buffer". When there's more than one window open, the window > gets closed. Is there a way to load the next buffer instead of closing > the window?
How about :nnoremap <Leader>bd :bn | bd#<CR> to make pressing \bd move to the next buffer and then delete the buffer that you just left? ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
