rip laptop

This commit is contained in:
2025-09-19 11:41:04 +02:00
parent d2f8546e00
commit bb7c4d0b33
4 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,13 @@
{
"LazyVim": { "branch": "main", "commit": "25abbf546d564dc484cf903804661ba12de45507" },
"SchemaStore.nvim": { "branch": "main", "commit": "fb58187b76d8e086f08686b872b50f52eac57818" },
"blink-cmp-copilot": { "branch": "main", "commit": "439cff78780c033aa23cf061d7315314b347e3c1" },
"blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" },
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
"catppuccin": { "branch": "main", "commit": "30fa4d122d9b22ad8b2e0ab1b533c8c26c4dde86" },
"cmake-tools.nvim": { "branch": "master", "commit": "88e07c6bff838a5bda2f461e9c1122b79ff0829f" },
"conform.nvim": { "branch": "master", "commit": "b4aab989db276993ea5dcb78872be494ce546521" },
"copilot.lua": { "branch": "master", "commit": "81d289a8ce5d4ee1dea9b1c8ee4ac376b2e27a5f" },
"dressing.nvim": { "branch": "master", "commit": "2d7c2db2507fa3c4956142ee607431ddb2828639" },
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },

View File

@ -1,5 +1,6 @@
{
"extras": [
"lazyvim.plugins.extras.ai.copilot",
"lazyvim.plugins.extras.editor.telescope",
"lazyvim.plugins.extras.lang.angular",
"lazyvim.plugins.extras.lang.cmake",

View File

@ -3,18 +3,18 @@ local map = vim.keymap.set
local opts = { noremap = true, silent = true }
-- Alt+1 → Project view (NvimTree)
vim.keymap.set("n", "<A-1>", function ()
Snacks.explorer()
vim.keymap.set("n", "<A-1>", function()
Snacks.explorer()
end, { noremap = true, silent = true })
-- Ctrl+Y → Delete current line
map("n", "<C-y>", "dd", opts)
-- Ctrl+Q → Close window / scope (like JetBrains splits default)
map("n", "<C-q>", "<C-w>q", opts)
map("n", "<C-w", "<C-w>q", opts)
-- Ctrl+W → Close buffer/file
map("n", "<C-w>", "<cmd>bd<cr>", opts)
-- map("n", "<C-w>", "<cmd>bd<cr>", opts)
-- Triple Shift (Shift+Shift+Shift) → "Search Everywhere"
-- Neovim cant detect triple-modifier presses, so we fake it.
@ -22,4 +22,5 @@ map("n", "<C-w>", "<cmd>bd<cr>", opts)
map("n", "<leader><leader>", "<cmd>Telescope find_files<cr>", opts)
map("n", "<leader><leader><leader>", "<cmd>Telescope live_grep<cr>", opts)
map("n", "<A-Left>", "<C-w>h", opts)
map("n", "<A-Right>", "<C-w>l", opts)
map("n", "<A-Right>", "<C-w>l", opts)

View File

@ -35,7 +35,7 @@ Host vps-7
StrictHostKeyChecking no
Host fivem-mail
HostName fivemod.supply
HostName 134.255.217.240
User root
IdentityFile ~/.ssh/keys/local
StrictHostKeyChecking no