feat: update lualine, clipboard and changed startup dashboard (#13)
Updated Lualine with mode icon, moved git diff and added a icon displaying Github copilot status. Changed setting to default yank to system clipboard Updated startup dashboard
This commit is contained in:
parent
b124c0a47a
commit
8b7bc83bce
3 changed files with 33 additions and 31 deletions
|
|
@ -39,32 +39,32 @@
|
|||
[
|
||||
" Find File"
|
||||
"Telescope find_files"
|
||||
"<leader>ff"
|
||||
"ff"
|
||||
]
|
||||
[
|
||||
" Find Word"
|
||||
"Telescope live_grep"
|
||||
"<leader>fr"
|
||||
"fr"
|
||||
]
|
||||
[
|
||||
" Recent Files"
|
||||
" Recent Files"
|
||||
"Telescope oldfiles"
|
||||
"<leader>fg"
|
||||
"fg"
|
||||
]
|
||||
[
|
||||
" File Browser"
|
||||
" File Browser"
|
||||
"Telescope file_browser"
|
||||
"<leader>fe"
|
||||
"fe"
|
||||
]
|
||||
[
|
||||
" Copilot Chat"
|
||||
" Copilot Chat"
|
||||
"CopilotChat"
|
||||
"Chat with Github Copilot"
|
||||
"ct"
|
||||
]
|
||||
[
|
||||
" SecondBrain"
|
||||
"edit ~/projects/personal/SecondBrain"
|
||||
"Note taking with Obsidian"
|
||||
"sb"
|
||||
]
|
||||
];
|
||||
highlight = "string";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue