Vim: Go to Beginning/End of Next Method

前端 未结 4 1260
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 15:26

Is there native functionality in Vim that allows one to move the cursor to the beginning/end of the next method? I already know about [[, ]],

4条回答
  •  心在旅途
    2020-12-14 16:07

    Vim has [m / ]m built in "for Java or similar structured language".

    I have written custom versions that handle Vim functions, VBScript, and batch files, among others. These are all powered by my CountJump plugin, which can be used to write custom jump functions based on regular expressions.

提交回复
热议问题