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

new file from dashboard

Open aloispichler opened this issue 2 years ago • 1 comments

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?

aloispichler avatar Nov 10 '23 14:11 aloispichler

I have this in my shortcut config:

        {
          desc = ' New file',
          group = '@property',
          action = 'enew',
          key = 'n',
        },

gcstr avatar Aug 26 '24 12:08 gcstr