I’m trying to add a few more keymaps for some builtin telescope functions. Ironically, builtin.keymaps being one of them.
Which key shows my other telescope keymaps when I type <leader>f
, but I want to figure out where they are defined. Is there a command in neovim to find where the keymaps are declared?
Yep that’s me, issues welcome 🙂
This is why I mentioned starting in verbose mode
nvim -V1
. If you do that you should see the exact line number where the keymap was set from lua.Embarrassing… a little extra reading would have solved my issue. Thanks again, Steve!