Skip to content

Commit

Permalink
removed alpha btns
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenKedir committed Jan 6, 2023
1 parent 9913cf1 commit 0762d40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/config/alpha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ import({ "alpha", "alpha.themes.dashboard" }, function(modules)
"<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>"
),
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("p", " Find project", ":Telescope project <CR>"),
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", " Configuration", ":e ~/.config/nvim/init.lua <CR>"),
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
}
Expand Down

0 comments on commit 0762d40

Please sign in to comment.