major update for notifications, better color management and way better icons instead of devicons. Also some minor changes + addet PlugIns

This commit is contained in:
pika 2024-07-06 03:32:08 +02:00
parent 2b4dd54444
commit a76e973992
8 changed files with 205 additions and 90 deletions

View file

@ -71,6 +71,7 @@ map(
"<Cmd>CBcabox1<CR>",
{ noremap = true, silent = true, desc = "[c]reate comment [b]ox (centered)" }
)
map(
"v",
"<leader>cB",
@ -91,6 +92,9 @@ map("n", "<leader>R", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]])
-- ─< LoremIpsum generator >────────────────────────────────────────────────────────────
map("n", "<leader>L", ":LoremIpsum ")
map("n", "cd", ":CdProject<CR>", { noremap = true, silent = true, desc = "[c]d into a predefined project" })
map("n", "<leader>cd", ":CdProjectManualAdd<CR>", { noremap = true, silent = true, desc = "Add new projects to [cd]" })
-- window management
map("n", "<leader>sv", "<C-w>v", { desc = "Split window vertically" }) -- split window vertically
map("n", "<leader>sh", "<C-w>s", { desc = "Split window horizontally" }) -- split window horizontally