Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many open windows after changing buffers #16

Open
multigrid101 opened this issue Jul 19, 2015 · 1 comment
Open

too many open windows after changing buffers #16

multigrid101 opened this issue Jul 19, 2015 · 1 comment

Comments

@multigrid101
Copy link

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

@wamoyo
Copy link

wamoyo commented Aug 1, 2016

+1 This is such an amazing plugin!
+1 It would be great to have:

  1. Tab switching that syncs with buffer switching, so you can edit more than one markdown file easily.
  2. Have the tab close when the markdown file is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants