13

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?

HaskellElephant
  • 9,819
  • 4
  • 38
  • 67
shampa
  • 1,350
  • 3
  • 13
  • 22

1 Answers1

14

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

nmap z] zo]z

nmap z[ zo[z

Jin
  • 12,748
  • 3
  • 36
  • 41