diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index 62f2b9c..a72d93a 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -387,9 +387,9 @@ return { end, {} ) - -- vim.keymap.set({ 'n' }, function() - -- require('mini.starter').open() - -- end, { desc = '[S]how [S]tart screen/Dashboard' }) + vim.keymap.set({ 'n' }, 'SS', function() + require('mini.starter').open() + end, { desc = '[S]how [S]tart screen/Dashboard' }) end, }, {