Skip to content

gitusp/yanked-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

yanked-buffer.vim 📎

Tiny helper to manage buffers.

Feature

This plugin provides YankedBufferP command to resume the last buffer closed.

Common Use Cases

  • Moving a buffer from a tab to another
    1. Run :q on the buffer that you want to move
    2. Move to the tab where you want to move the buffer to
    3. Reopen the buffer by YankedBufferP
  • Reopening a buffer that was hidden by mistake

Installation

Use your favorite plugin manager:

Plug 'gitusp/yanked-buffer'

Example Key Mappings

<Plug>(yanked-buffer-p) is mapped to :YankedBufferP.

nmap <C-W>Q <Plug>(yanked-buffer-p)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published