You can add your custom bindings for the command, the recommended keybinding is <leader>f,.
check :help nerdy for more details.
NOTE: By default there are no configured keybindings.
Fetch new icons
Running the python scripts/generator.py command will automatically fetch new icons from source and update the icons.
Behind The Code
🌈 Inspiration
I love nerd font glyphs, and I use them anywhere I can! but I was wasting a lot of time going back and forth between nerd font site and neovim, also the copy feature was super buggy for me on the site, so I made nerdy!
💡 Challenges/Learnings
Making the generated icon table with vim.ui.select was a bit tricky.