This commit is contained in:
2025-08-31 17:59:46 +02:00
parent 6d16c65e7b
commit 8b330e7f4a
8 changed files with 76 additions and 45 deletions

View File

@@ -36,7 +36,7 @@ return {
}
dashboard.section.buttons.val = {
dashboard.button("<CR>", " Select Session", ":SessionSearch <CR>"),
dashboard.button("<CR>", " Select Session", ":AutoSession search <CR>"),
dashboard.button("<leader>ff", " Open file", ":Neotree float <CR>"),
dashboard.button("<leader>fr", " Open recent files.", ":Telescope oldfiles <CR>"),
}