Skip to content

yCroma/pobls.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pobls.vim

pobls.vim enables display of buffer list.

Demo

pobls

Usage

:Pobls
<cr> - open a buffer in the current window
 s   - open a buffer into a split window
 v   - open a buffer into a vertical window
 d   - delete the selected buffer
 w   - wipe out the selected buffer

Options

  • Show unlisted buffer
    let g:pobls_show_unlisted_buffers = 1 
  • You can also use regular expressions to exclude buffers(eliminate matches)
    Note: very magic is used
    let g:pobls_ignore_pattern = [
    \ '^VS.Vim.Buffer',
    \]

Licence

MIT

About

poble.vim enables display of buffer list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published