I would like to know how I could make keybindings which only work in normal mode (I am using neovintageous).
E.g:
Here I have a keybinding:
{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
This keybinding works in all modes when I enable neovintageous, I only want it to work when I am in normal mode.