cscope/ctags navigation in Intellij Idea vim plugin
问题 I am used to navigating code in vim using cscope/ctags style Ctrl + [ for function definition and Ctrl + t to go back. With Intellij Idea's vim plugin enabled, I am still able to do that. However, other cscope commands like Ctrl + \ s don't seem to work. I could try adding .ideavim to add my own mapping, but I am looking for something that does not require this step. 回答1: cscope is not one of the emulated plugins. You can use IntelliJ IDEA navigation to reach that. Also, you can map keys to