Change keymap to launch Oil from Alpha

This commit is contained in:
Evie Litherland-Smith 2023-05-18 15:45:50 +01:00
parent 1b50d9757f
commit 5a5df961bc

View file

@ -16,7 +16,7 @@ return {
dashboard.section.buttons.val = { dashboard.section.buttons.val = {
dashboard.button("f", "" .. " Find file", "<cmd>Telescope find_files <CR>"), dashboard.button("f", "" .. " Find file", "<cmd>Telescope find_files <CR>"),
dashboard.button("r", "" .. " Recent files", "<cmd>Telescope oldfiles <CR>"), dashboard.button("r", "" .. " Recent files", "<cmd>Telescope oldfiles <CR>"),
dashboard.button("n", "󱏒 " .. " Oil file browser", "<cmd>Oil <CR>"), dashboard.button("o", "󱏒 " .. " Oil file browser", "<cmd>Oil <CR>"),
dashboard.button("g", "󰊢 " .. " Git status", "<cmd>Neogit <CR>"), dashboard.button("g", "󰊢 " .. " Git status", "<cmd>Neogit <CR>"),
dashboard.button("c", "" .. " Config", "<cmd>e $MYVIMRC <CR>"), dashboard.button("c", "" .. " Config", "<cmd>e $MYVIMRC <CR>"),
dashboard.button("l", "󰒲 " .. " Lazy", "<cmd>Lazy<CR>"), dashboard.button("l", "󰒲 " .. " Lazy", "<cmd>Lazy<CR>"),