mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-04 15:41:13 +01:00
Merge pull request #58 from aspehler/fix-alpha-button-spacing
Fix spacing of Find File and Quit NVIM buttons in the splash screen
This commit is contained in:
commit
b6213ebc5e
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ return {
|
|||
dashboard.section.buttons.val = {
|
||||
dashboard.button("e", " > 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 ff", " > Find File", "<cmd>Telescope find_files<CR>"),
|
||||
dashboard.button("SPC fs", " > 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>"),
|
||||
dashboard.button("q", " > Quit NVIM", "<cmd>qa<CR>"),
|
||||
}
|
||||
|
||||
-- Send config to alpha
|
||||
|
|
Loading…
Reference in a new issue