Change keymap to launch Oil from Alpha
This commit is contained in:
parent
1b50d9757f
commit
5a5df961bc
|
@ -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>"),
|
||||||
|
|
Loading…
Reference in a new issue