How to find out in Vim which command is triggered by some shortcut

后端 未结 2 1172
生来不讨喜
生来不讨喜 2021-02-10 05:42

I try to execute a command in some plugin by pushing it\'s keyboard shortcut F2. But some other command is executed, instead. But that command gives an error. So it i

2条回答
  •  自闭症患者
    2021-02-10 06:29

    You can check the shortcuts in ~/.vimrc file and ~/.vim/plugin/[you plugin name], maybe you find which action is bound to the F2 key.

提交回复
热议问题