How do I remap escape when in Sublime Text vintage mode?

前端 未结 4 867
感动是毒
感动是毒 2021-02-01 03:40

I am a vim user who is moving to Sublime text and using Vintage mode. In my .vimrc I have the following line:

imap jk 

4条回答
  •  野性不改
    2021-02-01 04:25

    For anyone using Neovintageous 1.22.0, you can set these options in Sublime Text preferences to remap :

    "vintageous_i_escape_jj": true

    "vintageous_i_escape_jk": true

    And that's it.

提交回复
热议问题