addet a important keympap <C-s> and also addet ai cmp (but idk if it works..)

This commit is contained in:
pika 2025-01-12 01:33:36 +01:00
parent 31a0f94839
commit a0a00abfc5
2 changed files with 133 additions and 72 deletions

View file

@ -53,6 +53,7 @@ map("n", "<leader>k", "<C-w><C-k>", { desc = "Move focus to the upper window" })
-- map("n", "<leader>p", vim.cmd.Ex)
map("n", "<leader>q", vim.cmd.q)
map("n", "<leader>s", vim.cmd.w)
map("n", "<C-s>", vim.cmd.w)
-- ─< rename word under cursor >───────────────────────────────────────────────────────────
map("n", "<leader>R", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]])