dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Fix alphabet characters for shortcut (especially MRU files)

Open ryoppippi opened this issue 2 years ago • 4 comments

Hi! Is there any way to fix the variety of alphabet characters and order of them for MRU files?

I think they are chosen randomly right now, but I want to fix them.

ryoppippi avatar Aug 07 '23 08:08 ryoppippi

just table.sort(vim.v.oldfiles) maybe also need remove home first .

glepnir avatar Aug 07 '23 08:08 glepnir

スクリーンショット 2023-08-07 9 30 09 I mean these alphabets

ryoppippi avatar Aug 07 '23 08:08 ryoppippi

oh you mean shortcut . I can do sort on new version .

glepnir avatar Aug 07 '23 08:08 glepnir

Yeah!! Thank you! I would like to config the alphabets to be assigned to shortcut in that order, using an arbitrary alphabetical sequence

ryoppippi avatar Aug 07 '23 08:08 ryoppippi