TWEAK
This commit is contained in:
parent
58b7a9ee82
commit
6286216071
|
|
@ -104,6 +104,7 @@ return {
|
||||||
dashboard.button('u', ' Update plugins', '<cmd>Lazy update<CR>'),
|
dashboard.button('u', ' Update plugins', '<cmd>Lazy update<CR>'),
|
||||||
dashboard.button('c', ' Settings', ':e $HOME/.config/nvim/init.lua<CR>'),
|
dashboard.button('c', ' Settings', ':e $HOME/.config/nvim/init.lua<CR>'),
|
||||||
dashboard.button('p', ' Projects', ':e $HOME/git <CR>'),
|
dashboard.button('p', ' Projects', ':e $HOME/git <CR>'),
|
||||||
|
dashboard.button('<C-p>', ' Clase', ':e $HOME/obsidian/Clase/ <CR>'),
|
||||||
dashboard.button('d', ' Dotfiles', ':e $HOME/.dotfiles <CR>'),
|
dashboard.button('d', ' Dotfiles', ':e $HOME/.dotfiles <CR>'),
|
||||||
dashboard.button('q', ' Quit', '<cmd>qa<CR>'),
|
dashboard.button('q', ' Quit', '<cmd>qa<CR>'),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue