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

后端 未结 2 693
遥遥无期
遥遥无期 2021-02-10 06:07

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:43

    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.

提交回复
热议问题