Skip to content

too many open windows after changing buffers #16

@multigrid101

Description

@multigrid101

Hello,

first of all, thanks a lot for this incredibly useful plugin.

I just ran into a small problem though.

  • The options in the docs only allow me to turns the automatic opening of windows on/off altogether. This means that I either get no window at all (have to open manually) or I get dozens of open windows if I move back and forward between buffers.
  • Also, the browser windows don't close after closing the markdown file in vim.

I managed to work around the first Issue by adding the following to my .vimrc

let g:livedown_autorun=1
let g:livedown_open=1
autocmd VimEnter *.markdown let g:livedown_open=0

Still, it would be nice to simply have an option for this as it took me a while to come up with this workaround. Same thing goes for the second problem since I would't even know where to start to get this to work.

Anyway, I know this issue isn't critical but still probably "nice to have".

regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions