Wrap visual selection with fold markers
Talk0
1,599pages on
this wiki
this wiki
This tip is deprecated for the following reasons:
As the comment below indicates, you can use the "zf" command.
Tip 475 Printable Monobook Previous Next
created May 18, 2003 · complexity basic · author culley · version 6.0
Use this vmap to enclose a block with fold markers:
vmap <leader>fold mz:<esc>'<O// {{{<esc>'>o// }}}<esc>`z?{{{<cr>A<space>
Comments
Prefer the zf command, in combination with foldmethod=marker. See :help zf.