reverted back to kickstart template for performance
This commit is contained in:
parent
1e10919b8b
commit
06552c8956
7 changed files with 1074 additions and 1076 deletions
|
|
@ -19,10 +19,10 @@ return {
|
|||
|
||||
-- Set menu
|
||||
dashboard.section.buttons.val = {
|
||||
dashboard.button('e', ' > New File', '<cmd>ene<CR>'),
|
||||
dashboard.button('SPC e', ' > Toggle file explorer', '<cmd>NvimTreeToggle<CR>'),
|
||||
dashboard.button('n', ' > New File', '<cmd>ene<CR>'),
|
||||
dashboard.button('SPC ee', ' > Toggle file explorer', '<cmd>NvimTreeToggle<CR>'),
|
||||
dashboard.button('SPC ff', ' > Find File', '<cmd>Telescope find_files<CR>'),
|
||||
dashboard.button('SPC fs', ' > Find Word', '<cmd>Telescope live_grep<CR>'),
|
||||
dashboard.button('SPC fg', ' > Find Word', '<cmd>Telescope live_grep<CR>'),
|
||||
dashboard.button('SPC wr', ' > Restore Session For Current Directory', '<cmd>SessionRestore<CR>'),
|
||||
dashboard.button('q', ' > Quit NVIM', '<cmd>qa<CR>'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue