How to assign an action for the context menu button in Vim?

enter image description here

    1 answer 1

    As far as I understand, [re] to determine actions when a button is clicked by means of a program that, in principle, “knows how” to do this, is possible only if the click event is received by the program.

    check:

    1. start vim , press insert or i to switch to edit mode;
    2. press ctrl + v to enter an escape sequence. The “cursor” should be converted to a ^ character or something like that;
    3. Press the key that interests you. in this case, the menu .

    if there are no visible changes after that, then the events of pressing this button do not fall into the program.

    and, accordingly, the program simply cannot respond somehow to its pressing.

    and the desired behavior should be implemented somewhere at a lower level.