Wednesday, August 12, 2015

Re: Keep markdown headings open when switching buffers?

2015-08-13 7:49 GMT+03:00 wolfv <wolfvolpi@gmail.com>:
> I use markdown files with #headings, a vim plug-in folds and unfolds the headings.
>
> When I initially open a markdown file in vim, all the headings are folded.
> I drill down through the headings to access a line.
>
> I switch to another buffer, read a line, and then switch back to the previous buffer.
>
> All the markdown headings are refolded :(
> I have to drill down through the headings again to access the line I had unfolded.
>
> Sometimes I need to reopen 2 or 3 headings.
> Is there a way to keep the markdown headings open when switching buffers?
> Or do you know of a markdown plugin with this desirable behavior?

Vim should not automatically close fold unless instructed to by
'foldclose' option. Plugin may also though alter Vim behaviour, but I
think it is unlikely this is the case.

Also check out 'foldopen' option.

>
> Thank you.
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment