Hello, I'm quite new to vim and still finding my way around... I
installed the minibufferexplorer plugin and I can navigate through
tabs, however: if I haven't saved the current file and I give the
command :o newfile or :edit newfile or :e newfile, it won't open
newfile, because I haven't saved the current file. How can I open
newfile without having to save the current one?

my relevant section of .vimrc (I copied it from some tutorial
sometime ago):

"miniBufferExplorer
map <Leader>t :TMiniBufExplorer<cr>
let g:miniBufExplMapWindowNavVim = 1
let g:miniBufExplMapWindowNavArrows = 1
let g:miniBufExplMapCTabSwitchBufs = 1
let g:miniBufExplModSelTarget = 1
set showtabline=2 " always show the tab-line 
let g:miniBufExplUseSingleClick = 1

thanks for any help
renato

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to