是否可以在某些Windows /模式下禁用vim?例如在调试器中,这有点烦人,在数据库模式下编辑单元格值时,它也不是完美的。
另一个问题,当我要导航到另一个选项卡时,选项卡是否可以切换到命令模式。
谢谢
答案 0 :(得分:1)
It's currently not possible in IdeaVim 0.50. There is a feature request that partially covers what you're describing: VIM-765 Option to disable plugin in dialog boxes. Feel free to vote for this feature and/or file new requests at https://youtrack.jetbrains.com/issues/VIM.
You can remap <Tab>
to gt
using standard Vim mapping commands. Put them into your ~/.ideavimrc.