dashboard-nvim
dashboard-nvim copied to clipboard
new file from dashboard
The docs state:
you can still use dashboard command to open a new [file], then dashboard will read the config from cache.
How can this be accomplished? Is there a command or a shortcut to open a new file?
I have this in my shortcut config:
{
desc = ' New file',
group = '@property',
action = 'enew',
key = 'n',
},