CamelCase Expansion in Vim like Intellij Idea?

后端 未结 2 1117
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 14:38

In Intellij Idea, there\'s a feature. Let\'s say I have used a variable myCamelCase somewhere in my code. Then if I type mCC and press Ctrl-

2条回答
  •  北恋
    北恋 (楼主)
    2021-02-06 15:06

    There is a plugin for this in Vim called vim-abolish. Use the map crc to expand to camel case.

提交回复
热议问题