Update: alpha button

This commit is contained in:
psychhim
2025-12-10 04:03:09 +05:30
parent 38d9dc76b4
commit 0bc632cd7d

View File

@@ -83,7 +83,7 @@ return {
-- Setup buttons
dashboard.section.buttons.val = {
-- New file
dashboard.button('i', 'New File', '<Cmd>lua new_file_alpha()<CR>'),
dashboard.button('i', 'Create new', '<Cmd>lua new_file_alpha()<CR>'),
-- Recent files
dashboard.button('<leader>?', ' Recent Files', '<Cmd>lua open_telescope_oldfiles()<CR>'),
-- Open Neo-tree in current directory