moll / vim-bbye

Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.
http://www.vim.org/scripts/script.php?script_id=4664
Other
654 stars 32 forks source link

Make the previous buffer command customizable #8

Closed valpackett closed 2 years ago

moll commented 6 years ago

Hey! Thanks for the addition. That could indeed turn out useful. You've made :bprevious customizable, but the bufnr("#") expression may still switch to an unwanted buffer, wouldn't it? Or do those plugins ensure that the alternate buffer feature in Vim is also hijacked to not jump to buffers in other tabs?

valpackett commented 6 years ago

Yeah, I think there were some weird jumps, maybe that was the reason…