Skip to content

Commit

Permalink
feat(nvim): remove "restore session" from alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Nov 7, 2024
1 parent 8df4054 commit e006284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/kirk/plugins/ui/alpha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ return {
dashboard.section.buttons.val = {
dashboard.button("n", " > New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("f", "󰈞 > Find file", ":Telescope find_files<CR>"),
dashboard.button("r", "󰦛 > Restore session", ":SessionRestore<CR>"),
dashboard.button("e", " > File tree", ":NvimTreeOpen<CR>"),
dashboard.button("q", "󰅚 > Quit NVIM", ":qa<CR>"),
}
Expand Down

0 comments on commit e006284

Please sign in to comment.