Vim: underscore(_) automatically converted to (<-)

前端 未结 4 740
长情又很酷
长情又很酷 2021-01-14 11:45

I have been writing R scripts in Vim for some time now. Starting an hour ago, I began facing an issue that every time I type an underscore (_), it gets automati

4条回答
  •  温柔的废话
    2021-01-14 12:30

    :verbose imap _ should tell you which (probably filetype plugin) has set this.

    It's less likely to be an abbreviation, but :verbose ia _ would tell you.

提交回复
热议问题