在调试中禁用PhpStorm中的vim模式

时间:2019-01-18 08:08:04

标签: intellij-idea phpstorm ideavim

是否可以在某些Windows /模式下禁用vim?例如在调试器中,这有点烦人,在数据库模式下编辑单元格值时,它也不是完美的。

另一个问题,当我要导航到另一个选项卡时,选项卡是否可以切换到命令模式。

谢谢

1 个答案:

答案 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.

相关问题