vim-bufsurf icon indicating copy to clipboard operation
vim-bufsurf copied to clipboard

Vim plugin that enables surfing through buffers based on viewing history per window

Results 5 vim-bufsurf issues
Sort by recently updated
recently updated
newest added

Currently the plugin allows to surf through buffers based on viewing history per window. Which means the history is local to the window. It'd be nice if there was an...

Is there a way to use `g:BufSurfIgnore` to ignore directories that `netrw` plugin leaves in the buffer while searching for a file? If there isn't, it would be awesome an...

Hi, I did a rewrite of vim-bufsurf. Now it uses vim' location list. The biggest advantage is the browseable history. I also added functionality to extend the history from currently...

[Unite](https://github.com/Shougo/unite.vim) is a unified interface for operations on various lists. PR creates Unite source from bufsurf history of last accessed window, providing candidates of `buffer` kind.