ddrscott / vim-side-search

Search context in Vim in a sidebar using `rg` output
http://ddrscott.github.io/blog/2016/side-search/
MIT License
79 stars 6 forks source link

[Feature Request] Auto close after jump #5

Open ErikLambrechts opened 7 years ago

ErikLambrechts commented 7 years ago

If this would be possible, it would also be nice to reopen the previous sidesearch window.

ddrscott commented 7 years ago

I'm not apposed to it and found myself needing the same functionality. I think it has something to do with the buffer type I'm assigning it at:

https://github.com/ddrscott/vim-side-search/blob/master/plugin/side-search.vim#L78

I'll ticker with it and see what happens.