When I open a fold in vim by zo, I am at starting of opening fold. Then I need to usually jump to end of fold by ]z. Is there any single command for it?

有帮助吗?

解决方案

No, but you can create a keymapping if you like.

nmap z] zo]z

nmap z[ zo[z

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top