Tiny helper to manage buffers.
This plugin provides YankedBufferP command to resume the last buffer closed.
- Moving a buffer from a tab to another
- Run
:qon the buffer that you want to move - Move to the tab where you want to move the buffer to
- Reopen the buffer by
YankedBufferP
- Run
- Reopening a buffer that was hidden by mistake
Use your favorite plugin manager:
Plug 'gitusp/yanked-buffer'<Plug>(yanked-buffer-p) is mapped to :YankedBufferP.
nmap <C-W>Q <Plug>(yanked-buffer-p)