Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Show Which Keys Have < leader > Mappings In Neovim

Use [TODO: Code shorthand span ] to see all the keys that are mapped to your leader key and find out what they do :

vim
:map <leader>

- Runnig [TODO: Code shorthand span ] give a note about where things were set from. I don't use it becuase it's always been the same "Last set from Lua" string for me.

- Using [TODO: Code shorthand span ] by itself will show the leader keys along with everything else in the keymap

- I'm not sure how that list is sorted. Might be worth finding where the data is stored and setting up a Telescope extension to better see what's going on.