lazy load dashboard

This commit is contained in:
siduck76
2021-06-26 07:40:23 +05:30
parent dcc04837d4
commit b42f4778f9
5 changed files with 58 additions and 42 deletions

View File

@@ -104,3 +104,10 @@ map(
)
map("n", "<Leader>fm", [[<Cmd> Neoformat<CR>]], opt)
-- dashboard stuff
map("n", "<Leader>fw", [[<Cmd> Telescope live_grep<CR>]], opt)
map("n", "<Leader>fn", [[<Cmd> DashboardNewFile<CR>]], opt)
map("n", "<Leader>bm", [[<Cmd> DashboardJumpMarks<CR>]], opt)
map("n", "<Leader>sl", [[<Cmd> SessionLoad<CR>]], opt)
map("n", "<Leader>ss", [[<Cmd> SessionSave<CR>]], opt)