shime / vim-livedown

Vim plugin for Livedown.
493 stars 19 forks source link

too many open windows after changing buffers #16

Open multigrid101 opened 9 years ago

multigrid101 commented 9 years ago

Hello,

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

I just ran into a small problem though.

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 commented 8 years ago

+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.