nvimdev / dashboard-nvim

vim dashboard
MIT License
2.39k stars 192 forks source link

Add ability to hide shortcut in hyper theme #485

Open Davey-Hughes opened 1 month ago

Davey-Hughes commented 1 month ago

I wanted the ability to add a shortcut to the hyper theme that didn't get drawn on the screen, mostly just so I could assign "q" to bdelete and close the dashboard easier. I added another option for the hyper shortcut options which just bypasses the drawing of a shortcut with the "hide" option.

Before: image

After: image