Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在编辑文件时激活 IntelliJ 中的 ideavim 插件时,我得到了我期望的 Vim 仿真。当我在数据库控制台窗口中激活它时,它会将光标更改为块光标,但没有任何 Vim 仿真处于活动状态。反正有没有让 Vim 仿真在控制台中工作?
啊,我看到已经提交了一个错误。
https://youtrack.jetbrains.com/issue/VIM-740
一种解决方法是使用Ctrlc退出插入模式。