nvimdev / dashboard-nvim

vim dashboard
MIT License
2.21k stars 179 forks source link

Add uppercase letters for hotkey generation #390

Closed Kihau closed 9 months ago

Kihau commented 9 months ago

Currently, after all letters are exhausted, the hotkey generation falls back to generation numbers. image

This commit changes it slightly, so that the uppercase keys generate after the lowercase ones: image

Before the hotkey generation change there was no uppercase keys and that's why I put it as TODO in the #382 commit.

If you like this change go ahead and merge the it and if you don't, feel free to close it and remove the original TODO from the generate_letter function :)