nvimdev / dashboard-nvim

vim dashboard
MIT License
2.34k stars 190 forks source link

Fix broken hotkey generation #382

Closed Kihau closed 1 year ago

Kihau commented 1 year ago

Fixes bug mentioned in: #375

Previous version of the letter_hotkey function caused the editor to freeze once all hotkeys a-z were exhausted. This commit fixes the bug by introducing better way to generate random hotkeys for the "project" and "mru" entries.

Kihau commented 1 year ago

This commit also enables easier implementation for an arbitrary and alphabetical hotkeys sequence. (from the #374 issue thread)

glepnir commented 1 year ago

lint fix