In vim, is there a plugin to use % to match the corresponding double quote (")?

前端 未结 5 1115
北海茫月
北海茫月 2020-12-24 11:08

The % key is one of the best features of vim: it lets you jump from { to }, [ to ], and so on.

Howeve

5条回答
  •  甜味超标
    2020-12-24 11:59

    I know this question is old but here is a plugin to use % to match the corresponding double quote:

    https://github.com/airblade/vim-matchquote

提交回复
热议问题