【发布时间】:2021-04-18 13:05:51
【问题描述】:
iv 开始使用 IdeaVim 作为 Rider 的插件。 除了使用 vim-surround 外,一切正常。 应模拟相应的 github 页面状态 vim-surround。 https://github.com/JetBrains/ideavim
当我按下 cs{ 时,光标的行为就像:什么都没有,什么都没有,跳转到前一段。
有人想解决这个问题吗?
【问题讨论】:
iv 开始使用 IdeaVim 作为 Rider 的插件。 除了使用 vim-surround 外,一切正常。 应模拟相应的 github 页面状态 vim-surround。 https://github.com/JetBrains/ideavim
当我按下 cs{ 时,光标的行为就像:什么都没有,什么都没有,跳转到前一段。
有人想解决这个问题吗?
【问题讨论】:
您需要在~/.ideavimrc 中实际启用模拟的ideavim 插件。您可以启用 vim-surround 与
set surround
一般情况下可以参考docs for emulated plugins。
【讨论】: