Question

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?

Was it helpful?

Solution

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

nmap z] zo]z

nmap z[ zo[z

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top